https://github.com/visiky/myvue
https://github.com/visiky/myvue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/visiky/myvue
- Owner: visiky
- Created: 2017-01-08T11:45:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T04:19:25.000Z (about 8 years ago)
- Last Synced: 2025-02-14T03:53:47.894Z (3 months ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myvue
> A Vue.js project
## 声明
本项目只是用于学习vue的一个项目,不作为商业用途,由于服务器的影响,加载网络资源速度会比较受限,基本上实现一个demo的例子而已## 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
```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).