Commit 876fe41ce6e5a13cca57cc758c3fd0efa2172ad2
1 parent
f552c61e
Exists in
master
更新readme
Showing
1 changed file
with
1 additions
and
31 deletions
Show diff stats
README.md
| 1 | 1 | # sf-erp-server |
| 2 | 2 | |
| 3 | - | |
| 4 | - | |
| 5 | -## QuickStart | |
| 6 | - | |
| 7 | -<!-- add docs here for user --> | |
| 8 | - | |
| 9 | -see [egg docs][egg] for more detail. | |
| 10 | - | |
| 11 | -### Development | |
| 12 | - | |
| 13 | -```bash | |
| 14 | -$ npm i | |
| 15 | -$ npm run dev | |
| 16 | -$ open http://localhost:7001/ | |
| 17 | -``` | |
| 18 | - | |
| 19 | -### Deploy | |
| 20 | - | |
| 21 | -```bash | |
| 22 | -$ npm start | |
| 23 | -$ npm stop | |
| 24 | -``` | |
| 25 | - | |
| 26 | -### npm scripts | |
| 27 | - | |
| 28 | -- Use `npm run lint` to check code style. | |
| 29 | -- Use `npm test` to run unit test. | |
| 30 | -- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail. | |
| 31 | - | |
| 32 | - | |
| 33 | -[egg]: https://eggjs.org | |
| 34 | 3 | \ No newline at end of file |
| 4 | +server for sf-erp | |
| 35 | 5 | \ No newline at end of file | ... | ... |