Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ihanyang/cnode-vue
Vue版 cnodejs.org社区 WebApp
https://github.com/ihanyang/cnode-vue
Last synced: 5 days ago
JSON representation
Vue版 cnodejs.org社区 WebApp
- Host: GitHub
- URL: https://github.com/ihanyang/cnode-vue
- Owner: ihanyang
- License: mit
- Created: 2016-03-04T01:20:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T02:47:19.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T00:20:45.709Z (3 months ago)
- Language: Vue
- Size: 6.19 MB
- Stars: 163
- Watchers: 16
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cnode - cnode-vue - vue.svg?label=%E2%98%85) Vue版 cnodejs.org社区 WebApp [@ihanyang](https://github.com/ihanyang) [😎](https://hanyang.me/cnode) (Awesome-CNode / Vue)
README
# cnode-vue
> Vue版 cnodejs.org社区 WebApp [线上访问](https://hanyang.me/cnode)
## Build Setup
``` bash
# clone repo
git clone [email protected]:ihanyang/cnode-vue.git# install dependencies
npm install# build for production
npm run build
```
## 目录结构
```
├── dist // 输出目录
├── node_modules // Node.js 模块
├── src // 源码
│ ├── components // 组件目录
│ ├── css // css 目录
│ ├── images // 图片目录
│ ├── router // 路由
│ ├── utils // 工具目录
│ ├── font // icon 目录
│ ├── views // 视图
│ ├── vuex // vuex 目录
│ ├── api.js // api.js
│ ├── app.js // 项目入口
│ ├── app.vue // 根组件
├── static // 项目截图
├── .babelrc // babel 配置文件
├── .gitignore // git 忽略文件
├── index.tpl // 项目模板
├── package.json // 项目配置文件
├── README.md // 项目说明
└── server.js // Node.js 服务
└── webpack.config.babel.js // webpack 配置文件
```# Screenshots
![screenshot](https://github.com/ihanyang/cnode-vue/blob/master/static/screenshot-1.gif)
![screenshot](https://github.com/ihanyang/cnode-vue/blob/master/static/screenshot-2.png)