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

https://github.com/ruochuan12/vue-cnodejs1.0


https://github.com/ruochuan12/vue-cnodejs1.0

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# vue-cnode1.0

> cnode-vue1.0

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:9000
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
```

For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

>参考链接(vue1.0):
>[(1/2)Vue构建单页应用最佳实战](https://segmentfault.com/a/1190000005009052)
>[(2/2)Vue构建单页应用最佳实战](https://segmentfault.com/a/1190000005268225)
>[使用Vue快速开发单页应用-主体结构](https://segmentfault.com/a/1190000006711743) [博客原文:](http://hiluluke.cn/2016/08/04/vue-spa/)
>[采用vue+webpack构建的单页应用——私人博客MintloG诞生记](https://segmentfault.com/a/1190000004637681?_ea=683193)