cpnode-front/README.md

3.2 KiB
Raw Permalink Blame History

Internet of Data - Control Panel - Frontend

Upstream template: @daotl/fes-starter.

Getting started

Important: Use Volar take over mode in VSCode

Commit changes

Setup VS Code as the Git editor:

git config --global core.editor "code --wait"

Commit with Commitizen:

npx cz

Or still use git commit and follow the Conventional Commits spec, your commits will be linted before accepted.

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.