"Internet of Data control panel frontend
Go to file
2021-12-27 15:38:31 +08:00
public init: npx @fesjs/create-fes-app myapp 2021-12-26 18:58:36 +08:00
src feat: switch to SCSS and add Stylelint 2021-12-27 15:29:28 +08:00
.editorconfig feat: switch to TypeScript, custom ESLint config, update deps 2021-12-27 13:55:59 +08:00
.eslintrc.js feat: switch to TypeScript, custom ESLint config, update deps 2021-12-27 13:55:59 +08:00
.fes.js feat: switch to SCSS and add Stylelint 2021-12-27 15:29:28 +08:00
.fes.prod.js feat: add alias: ~ -> src 2021-12-27 15:06:11 +08:00
.gitignore init: npx @fesjs/create-fes-app myapp 2021-12-26 18:58:36 +08:00
.stylelintrc.js feat: switch to SCSS and add Stylelint 2021-12-27 15:29:28 +08:00
package-lock.json feat: switch to SCSS and add Stylelint 2021-12-27 15:29:28 +08:00
package.json feat: switch to SCSS and add Stylelint 2021-12-27 15:29:28 +08:00
README.md docs: README 2021-12-27 15:38:31 +08:00
tsconfig.json feat: add alias: ~ -> src 2021-12-27 15:06:11 +08:00

fes-starter

A fes.js + TypeScript starter template.

Technology stack

Basic:

master branch:

antd branch:

Project setup

npm install

Compiles and hot-reloads for development

fes dev

Compiles and minifies for production

fes build

Lint & fix

npm run lint
npm run lint:fix

See Fes.js CLI docs for more.

Guides & References

Must-read

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