https://github.com/jiangshanmeta/egg-admin
admin的后端
https://github.com/jiangshanmeta/egg-admin
Last synced: 6 months ago
JSON representation
admin的后端
- Host: GitHub
- URL: https://github.com/jiangshanmeta/egg-admin
- Owner: jiangshanmeta
- License: mit
- Created: 2019-11-07T16:14:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T21:31:44.000Z (over 2 years ago)
- Last Synced: 2025-02-14T05:30:54.090Z (8 months ago)
- Language: JavaScript
- Size: 1.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egg-admin
## QuickStart
see [egg docs][egg] for more detail.
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```### Deploy
```bash
$ npm start
$ npm stop
```### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail.[egg]: https://eggjs.org