mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 20:55:14 +00:00
772 B
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 启动项目
Recommended IDE Setup
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