Skip to content

Commit

Permalink
update doc, fix zuiidea#839
Browse files Browse the repository at this point in the history
  • Loading branch information
superlbr committed Jun 20, 2018
1 parent 32bde8f commit e752750
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,24 +113,13 @@ npm i 或者 yarn install
开发:

```bash
npm run build:dll #第一次npm run dev时需运行此命令,使开发时编译更快
npm run dev
npm run start
打开 http://localhost:8000 #端口在package.json中cross-env后加上 PORT=8000指定
```

构建:
[详情](https://github.com/zuiidea/antd-admin/issues/269)

```bash
npm run build

将会打包至dist/{version}目录 #package.json里version字段

npm run build:new

将会打包至dist/{version增加1}目录 #package.json里version字段
```

代码检测:

```bash
Expand Down

0 comments on commit e752750

Please sign in to comment.