Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fyl080801/eggjs-library-webpack5
https://github.com/fyl080801/eggjs-library-webpack5
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fyl080801/eggjs-library-webpack5
- Owner: fyl080801
- License: mit
- Created: 2022-02-07T11:57:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T17:11:27.000Z (over 2 years ago)
- Last Synced: 2024-10-12T08:26:22.971Z (about 1 month ago)
- Language: JavaScript
- Size: 267 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eggjs-library-webpack5
## 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