cpnode-front/README.md
2021-12-27 17:41:26 +08:00

2.5 KiB
Raw Blame History

fes-starter

A fes.js + TypeScript starter template.

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.