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

https://github.com/palmerye/vue-refresh

技术保鲜
https://github.com/palmerye/vue-refresh

vue vue2 webpack

Last synced: about 2 months ago
JSON representation

技术保鲜

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