cpnode-front/README.md
2021-12-27 22:09:26 +08:00

2.6 KiB
Raw Blame History

Internet of Data - Control Panel - Frontend

Upstream template: @daotl/fes-starter.

Technology stack

Basic:

master branch:

antd branch:

Project setup

npm install -g @fesjs/create-fes-app
npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run prod

Lint & fix

npm run lint
npm run lint:fix

See Fes.js CLI docs and package.json for more.

Guides & References

Must-read

Read the following must-read to understand the technology stack of this template.