Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sokis/ace
Vuex 实战 CNode 社区 :)
https://github.com/sokis/ace
Last synced: 4 days ago
JSON representation
Vuex 实战 CNode 社区 :)
- Host: GitHub
- URL: https://github.com/sokis/ace
- Owner: sokis
- License: mit
- Created: 2016-07-22T13:37:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T14:19:24.000Z (about 1 year ago)
- Last Synced: 2024-10-28T17:23:34.361Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)