/fes-starter

A fes.js + TypeScript starter template

Primary LanguageTypeScript

fes-starter

A fes.js + Vite + TypeScript starter template.

Checkout the single-page branch for single page apps like dashboards (no Vue Router)

Technology stack

Project setup

npm install -g @fesjs/create-fes-app
pnpm 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.

Recommended