Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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前端代码示例

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).