https://github.com/palmerye/vue-refresh
技术保鲜
https://github.com/palmerye/vue-refresh
vue vue2 webpack
Last synced: about 2 months ago
JSON representation
技术保鲜
- Host: GitHub
- URL: https://github.com/palmerye/vue-refresh
- Owner: palmerye
- Created: 2017-03-28T16:04:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T15:22:28.000Z (about 9 years ago)
- Last Synced: 2025-02-07T16:36:31.271Z (over 1 year ago)
- Topics: vue, vue2, webpack
- Language: JavaScript
- Homepage:
- Size: 192 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue2.0 保鲜系列
> 新环境要操作一段时间dom,有时候还用jQuery,所以还是要经常敲敲MV*框架的代码,技术保鲜...
> 在不同分支上会有不同repo小项目,在每个分支的readme里会体现当前项目的信息。
- master ->项目基础框架
- video-repo ->视频相关小项目
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```