Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fyl080801/eggjs-library-solution
eggjs + vite 多仓库分模块前后端一体式全栈开发框架
https://github.com/fyl080801/eggjs-library-solution
eggjs fullstack nodejs vitejs
Last synced: about 1 month ago
JSON representation
eggjs + vite 多仓库分模块前后端一体式全栈开发框架
- Host: GitHub
- URL: https://github.com/fyl080801/eggjs-library-solution
- Owner: fyl080801
- License: mit
- Created: 2021-11-11T17:41:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T16:52:13.000Z (about 1 year ago)
- Last Synced: 2024-10-09T09:20:03.746Z (about 1 month ago)
- Topics: eggjs, fullstack, nodejs, vitejs
- Language: JavaScript
- Homepage:
- Size: 1.61 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eggjs-test1
## 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