chore: remove yarnlock

This commit is contained in:
qingwei.li 2017-07-20 00:41:46 +08:00
commit 992ff77808
5 changed files with 45 additions and 4577 deletions

View file

@ -93,7 +93,7 @@ These projects are using docsify to generate their sites. Pull requests welcome
## Development
```bash
npm i && npm run dev
npm run bootstrap && npm run dev
open http://localhost:3000
```