Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 797 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 797 Bytes

My-project

A Vue.js2.0 test project

包括vue2.0,vue-router,vuex,axios,element-ui

vue-router 使用了懒加载、嵌套路由

element-ui 采用按需加载,避免最终打包过大

Example

example

Build Setup

# 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

For detailed explanation on how things work, checkout the guide and docs for vue-loader.