Skip to content

尝试使用webpack配置vue.js环境(类似脚手架)

Notifications You must be signed in to change notification settings

pxp995/webpack-vue

Repository files navigation

webpack实践

刚走了一遍webpack文档的内容,在此使用webpack搭建vue的开发环境,尝试实现vue脚手架的常用功能的配置 webpacg官网

期望效果

  1. 能加载.vue文件,进行vue.js的单组件开发
  2. 能加载各种资源,包括图片、字体等
  3. 代码分离
  4. 模块化热更新
  5. 语法检查
  6. 资源缓存

~~5. 构建多页面应用 6. 配置各种运行环境:开发、生产等 9. 性能优化、压缩

使用方法(默认已安装好node npm)

  1. clone项目,终端执行npm install安装依赖
  2. npm run start运行项目
  3. vue相关开发见vue官网

About

尝试使用webpack配置vue.js环境(类似脚手架)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published