/umi-react

react and umi

Primary LanguageJavaScript

umi3 project

Getting Started

Install dependencies,

$ yarn or npm install

Start the dev server,

$ yarn start or npm start

Build project and Local server run

$ npm run build
$ node ./server.ts

开发

新建页面

可以自己手动创建,也可运行命令

$ npm run g
# container是page
# component是component