Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Damonlw/vue-cnode
用Vue编写的cNode社区
https://github.com/Damonlw/vue-cnode
Last synced: 2 months ago
JSON representation
用Vue编写的cNode社区
- Host: GitHub
- URL: https://github.com/Damonlw/vue-cnode
- Owner: Damonlw
- Created: 2017-01-12T12:37:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T05:51:58.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T09:25:54.481Z (5 months ago)
- Language: Vue
- Size: 532 KB
- Stars: 24
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - vue-cnode - 使用cNode社区提供的接口 (Demo示例)
- awesome-vue - vue-cnode - cnode?style=social) - 使用cNode社区提供的接口 (Demo示例)
- awesome-github-vue - vue-cnode - 使用cNode社区提供的接口 (Demo示例)
- awesome-github-vue - vue-cnode - 使用cNode社区提供的接口 (Demo示例)
README
## 用cNode社区提供的接口,模仿编写的项目
A Vue.js project
基于 vue2.0 + vuex + vue-router + ES6 + webpack 的单页面应用
搜索框用的是百度搜索API
有做响应式布局
比较坑的是接口的数据实在不好用,都要自己拼装,资源也比较有限…
![](https://github.com/Damonlw/vue-cnode/raw/master/logo/cnode.png)
## Build Setup
```bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).