Skip to content

openks/learn-vue

Repository files navigation

learn-vue

styleguide在这里 组件demo在这里 纯静态页面在这里

  • 添加vue-styleguide
  • 把styleguide文档部署到pages上去
  • 把element-ui和vue作为外部资源使用cdn方式引入
  • 把文档和项目功能集成起来部署到pages上去

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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

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