cool-admin(midway版)一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 3.x、typescript、typeorm、mysql、jwt、vue3、vite、element-ui等构建
Go to file
2022-03-14 14:46:21 +08:00
.vscode 5.x 2022-03-14 14:46:21 +08:00
cache 5.x 2022-03-14 14:46:21 +08:00
public 5.x 2022-03-14 14:46:21 +08:00
src 5.x 2022-03-14 14:46:21 +08:00
test/controller 5.x 2022-03-14 14:46:21 +08:00
view 5.x 2022-03-14 14:46:21 +08:00
.editorconfig 5.x 2022-03-14 14:46:21 +08:00
.eslintrc.json 5.x 2022-03-14 14:46:21 +08:00
.gitattributes 5.x 2022-03-14 14:46:21 +08:00
.gitignore 5.x 2022-03-14 14:46:21 +08:00
.prettierrc.js 5.x 2022-03-14 14:46:21 +08:00
bootstrap.js 5.x 2022-03-14 14:46:21 +08:00
jest.config.js 5.x 2022-03-14 14:46:21 +08:00
package.json 5.x 2022-03-14 14:46:21 +08:00
README.md 5.x 2022-03-14 14:46:21 +08:00
README.zh-CN.md 5.x 2022-03-14 14:46:21 +08:00
tsconfig.json 5.x 2022-03-14 14:46:21 +08:00

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.