docs: 补充npm 安装、运行和构建说明

This commit is contained in:
王彦民 2018-11-16 20:45:43 +08:00
parent 76f760bbba
commit 3d91d03383

View File

@ -22,17 +22,28 @@ $ echo '\n#alias for cnpm\nalias cnpm="npm --registry=https://registry.npm.taoba
```sh
yarn
```
```
cnpm install
```
## 启动
```sh
yarn start
```
```
npm start
```
## 构建打包
```sh
yarn build
```
```
npm run build
```
##
# 代理配置