Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 457 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 457 Bytes

vue005

A Vue.js project

使用官方构建工具vue-cli搭建,主要的依赖库:

  • vue-router 路由组件
  • vue-resource 实现HTTP网络请求
  • bootstrap 页面样式
  • vue-pages 分页组件
  • vue-awesome-swiper 轮播组件

Build Setup

# start project
vue init webpack vue005

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build