zujianku4 中文文档教程
zujianku
这个模板应该可以帮助您开始在 Vite 中使用 Vue 3 进行开发。
推荐的 IDE 设置
VSCode + Volar(并禁用 Vetur)+ TypeScript Vue 插件 (Volar)。
自定义配置
参见Vite配置参考。
项目设置
npm install
用于开发的编译和热重载
npm run dev
用于生产的编译和缩小
npm run build
zujianku
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
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
更多