Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 656 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 656 Bytes

vant-v4

基于vant@4.0 & vite@3.0的vue3种子项目模板

这个模板应该能帮你使用基于Vite的vue3开始开发。

推荐的 IDE 设置

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

自定义 配置

See Vite Configuration Reference.

项目 设置

npm install

开发环境 编译 & 热更新

npm run dev

生产环境 编译 & 压缩

npm run build