"Internet of Data control panel frontend
Go to file
2021-12-27 21:27:52 +08:00
.husky chore: add husky and lint-staged 2021-12-27 16:14:28 +08:00
.vscode chore: add recommended VSCode extensions 2021-12-27 16:00:29 +08:00
public init: npx @fesjs/create-fes-app myapp 2021-12-26 18:58:36 +08:00
src feat: switch to Element Plus 2021-12-27 21:27:52 +08:00
.editorconfig feat: switch to TypeScript, custom ESLint config, update deps 2021-12-27 13:55:59 +08:00
.eslintrc.js feat: add unplugin-auto-imports 2021-12-27 19:16:10 +08:00
.fes.js feat: switch to Element Plus 2021-12-27 21:27:52 +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: switch to Element Plus 2021-12-27 21:27:52 +08:00
package.json feat: switch to Element Plus 2021-12-27 21:27:52 +08:00
README.md docs: update README 2021-12-27 17:41:26 +08:00
tsconfig.json feat: switch to Element Plus 2021-12-27 21:27:52 +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.