Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guoyongfeng/ficloud-vue
结合Vue+webpack+es6的ficloud前端代码示例
https://github.com/guoyongfeng/ficloud-vue
Last synced: 1 day ago
JSON representation
结合Vue+webpack+es6的ficloud前端代码示例
- Host: GitHub
- URL: https://github.com/guoyongfeng/ficloud-vue
- Owner: GuoYongfeng
- License: isc
- Created: 2016-01-09T07:22:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T13:07:10.000Z (almost 9 years ago)
- Last Synced: 2024-05-28T00:29:57.613Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ficloud-vue
> An Vue Demo For Ficloud
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev
# 如果出现失败或报错,有可能是因为你的8080端口被占用导致webpack-dev-server无法运行
# 运行以下命令找到占用端口的服务并停止
$ netstat -ano|findstr "8080"# build for production with minification
npm run build
# run unit tests
npm test
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).