Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fyl080801/egg-vite-vue2
egg + vite + vue2
https://github.com/fyl080801/egg-vite-vue2
Last synced: 17 days ago
JSON representation
egg + vite + vue2
- Host: GitHub
- URL: https://github.com/fyl080801/egg-vite-vue2
- Owner: fyl080801
- Created: 2021-03-03T06:41:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T02:18:05.000Z (3 months ago)
- Last Synced: 2024-10-12T08:26:23.295Z (about 1 month ago)
- Language: JavaScript
- Size: 630 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test2
## QuickStart
see [egg docs][egg] for more detail.
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:3001/
```### 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