Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 373 Bytes

readme.md

File metadata and controls

21 lines (18 loc) · 373 Bytes

Vite+vue2项目模板

介绍

集成Vite、vue2、vueRouter、Vuex、sass 项目开发模板

使用

  1. 克隆 地址: https://github.com/Davensi/vue2-vite.git
git clone  https://github.com/Davensi/vue2-vite.git
 

2. 进入项目目录,安装依赖,运行项目

npm i npm run dev

3. 打包项目,预览项目

npm run build npm run preview