https://github.com/ruochuan12/vue-cnodejs1.0
https://github.com/ruochuan12/vue-cnodejs1.0
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruochuan12/vue-cnodejs1.0
- Owner: ruochuan12
- Created: 2016-11-23T03:27:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T00:56:34.000Z (over 8 years ago)
- Last Synced: 2025-01-18T10:11:40.506Z (9 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)