mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-29 05:10:17 +00:00
31 lines
370 B
Markdown
Executable File
31 lines
370 B
Markdown
Executable File
# my-midway-project
|
|
|
|
## QuickStart
|
|
|
|
<!-- add docs here for user -->
|
|
|
|
see [midway docs][midway] 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.
|
|
|
|
|
|
[midway]: https://midwayjs.org
|