Files
FastapiAdmin/frontend/README.en.md
T
2024-12-10 17:39:26 +08:00

772 B

frontend

This template should help get you started developing with Vue 3 in Vite.

npm init vue@latest 创建项目 cd frontend 进入项目 npm install 安装依赖 npm run format 格式化代码 npm run dev 启动项目

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint