Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

使用 snowpack 和 antd 开发的 react 脚手架工程

Notifications You must be signed in to change notification settings

zhengxs2018/snowpack-react-app

Folders and files

NameName
Last commit message
Last commit date
Sep 29, 2020
Sep 29, 2020
Oct 1, 2020
Sep 29, 2020
Jun 22, 2020
Jun 22, 2020
Jun 22, 2020
Sep 29, 2020
Sep 29, 2020
Jun 22, 2020
Jun 22, 2020
Sep 29, 2020
Sep 29, 2020
Sep 29, 2020
Jun 23, 2022

Repository files navigation

react-snowpack-app

code style: prettier

开发步骤

你需要安装 Node.js 的版本为 12+.

克隆此仓库后运行:

# 安装依赖
$ yarn install

# 本地开发
$ yarn dev

# 构建代码
$ yarn build

在 package.json 文件的 scripts 部分还有一些其他脚本可用.

运行单元测试

# 单元测试
$ npm test