"Internet of Data control panel frontend
Go to file
2021-12-28 18:37:34 +08:00
.husky chore: add husky and lint-staged 2021-12-27 16:14:28 +08:00
.vscode chore: update fes.js deps 2021-12-28 09:51:12 +08:00
public init: npx @fesjs/create-fes-app myapp 2021-12-26 18:58:36 +08:00
src feat: add Pinia 2021-12-28 18:37:34 +08:00
.editorconfig feat: switch to TypeScript, custom ESLint config, update deps 2021-12-27 13:55:59 +08:00
.eslintrc.js fix: add 'node' and 'jest' to types in tsconfig.json 2021-12-28 17:06:43 +08:00
.fes.js feat: add Iconify icons with unplugin-icons 2021-12-27 21:47:25 +08:00
.fes.prod.js feat: add alias: ~ -> src 2021-12-27 15:06:11 +08:00
.gitignore feat: add unplugin-vue-components 2021-12-27 19:23:47 +08:00
.lintstagedrc.json chore: add husky and lint-staged 2021-12-27 16:14:28 +08:00
.stylelintrc.js feat: switch to SCSS and add Stylelint 2021-12-27 15:29:28 +08:00
package-lock.json feat: add Pinia 2021-12-28 18:37:34 +08:00
package.json feat: add Pinia 2021-12-28 18:37:34 +08:00
README.md feat: add Pinia 2021-12-28 18:37:34 +08:00
tsconfig.json fix: add 'node' and 'jest' to types in tsconfig.json 2021-12-28 17:06:43 +08:00

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.