-
vue项目模板及其相关实例:vue-project-template
资源介绍
Vue项目模板
专题系列是使用官方脚手架vue-cli来整合单页应用,最后将补充本人项目开发中总结的注意点和要点;
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run e2e tests
npm run e2e
# run all tests
npm test
- 上一篇: Vue多页面项目模板
- 下一篇: Vue3-Element-Plus