Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sokis/ace

Vuex 实战 CNode 社区 :)
https://github.com/sokis/ace

Last synced: 4 days ago
JSON representation

Vuex 实战 CNode 社区 :)

Awesome Lists containing this project

README

        

# vue ace :)
CNodeJS 社区。 vue 版

## 更新记录
* 2016-08-02 :移除.tools 目录,集成 `vuex-cli-webpack`
* 2016-07-25 :完成首页,分页几 分类

## 开发流程
项目基于`vuex-cli`构建。数据流管理用vuex2.0,数据源基于Cnode社区的API。
开发中需要注意的几个点,这里逐一罗列下:

**创建公用组件**
```
$ vuex g component
```

**创建路由**
```
$ vuex g route
```

## 文档
- [Component](docs/component.md)
- [Router](docs/router.md)
- [Config](config/README.md)