Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/helloqingfeng/vue2-demo

A Vue.js 2.0 project demo.(vue-cli、vue-router、vue-resource)
https://github.com/helloqingfeng/vue2-demo

bootstrap3 vue vue-resource vue-router

Last synced: 5 days ago
JSON representation

A Vue.js 2.0 project demo.(vue-cli、vue-router、vue-resource)

Awesome Lists containing this project

README

        

# vue005

> A Vue.js project

使用官方构建工具vue-cli搭建,主要的依赖库:
- vue-router 路由组件
- vue-resource 实现HTTP网络请求
- bootstrap 页面样式
- vue-pages 分页组件
- vue-awesome-swiper 轮播组件

## Build Setup

``` bash
# 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
```