项目作者: suinia

项目描述 :
基于 egg.js、antd 的中后台方案
高级语言: TypeScript
项目地址: git://github.com/suinia/egg-antd-admin.git
创建时间: 2020-07-31T06:39:33Z
项目社区:https://github.com/suinia/egg-antd-admin

开源协议:

下载


egg + umi + antd + ts

QuickStart

Development

  1. $ npm i
  2. $ npm run dev
  3. $ open http://localhost:7001/

Don’t tsc compile at development mode, if you had run tsc then you need to npm run clean before npm run dev.

Deploy

  1. $ npm run tsc
  2. $ npm start

Npm Scripts

  • Use npm run lint to check code style
  • Use npm test to run unit test
  • se npm run clean to clean compiled js at development mode once

Requirement

  • Node.js 8.x
  • Typescript 2.8+