Skip to content

virgoone/eyepetizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 28, 2017
c4a236c · Feb 28, 2017

History

15 Commits
Feb 24, 2017
Feb 28, 2017
Feb 21, 2017
Feb 24, 2017
Feb 21, 2017
Feb 21, 2017
Feb 21, 2017
Feb 21, 2017
Feb 21, 2017
Feb 28, 2017
Feb 21, 2017
Feb 21, 2017
Feb 21, 2017

Repository files navigation

开眼视频Vuejs实现

A Vue.js project with eyepetizer APP

API

# 获取视频详情
http://baobab.wandoujia.com/api/v1/video/14416

# 获取关联视频
http://baobab.wandoujia.com/api/v1/video/related/14416?num=5

# 获取当前视频评论
http://baobab.wandoujia.com/api/v1/replies/video?id=14416&num=5

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.