登录 注册
当前位置:主页 > 资源下载 > 27 > vue项目模板及其相关实例:vue-project-template

vue项目模板及其相关实例:vue-project-template

  • 更新:2024-12-08 20:52:44
  • 大小:1.43MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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