mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 06:02:39 +08:00
cool-admin(midway版)一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 3.x、typescript、typeorm、mysql、jwt、vue3、vite、element-ui等构建
.vscode | ||
cache | ||
public | ||
src | ||
test/controller | ||
view | ||
.editorconfig | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.prettierrc.js | ||
bootstrap.js | ||
jest.config.js | ||
package.json | ||
README.md | ||
README.zh-CN.md | ||
tsconfig.json |
my_midway_project
QuickStart
see midway docs for more detail.
Development
$ npm i
$ npm run dev
$ open http://localhost:7001/
Deploy
$ npm start
npm scripts
- Use
npm run lint
to check code style. - Use
npm test
to run unit test.