Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Damonlw/vue-cnode

用Vue编写的cNode社区
https://github.com/Damonlw/vue-cnode

Last synced: 2 months ago
JSON representation

用Vue编写的cNode社区

Awesome Lists containing this project

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