update README: npm script

This commit is contained in:
DIYgod 2017-01-19 18:52:31 +08:00
parent b5e9714309
commit 92e060c2fd
No known key found for this signature in database
GPG Key ID: F8797DD1088C6506
1 changed files with 2 additions and 2 deletions

View File

@ -217,14 +217,14 @@ xhr.send(null);
```
$ npm install
$ npm run start
$ npm run dev
```
## Make a release
```
$ npm install
$ npm run test
$ npm run build
```
## Related Projects