Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/helloqingfeng/vue2-demo
- Owner: helloqingfeng
- Created: 2016-12-20T10:26:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T13:25:33.000Z (almost 8 years ago)
- Last Synced: 2024-11-19T12:14:57.217Z (2 months ago)
- Topics: bootstrap3, vue, vue-resource, vue-router
- Language: Vue
- Homepage: https://helloqingfeng.github.io/vue2-demo/dist
- Size: 3.66 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```