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

https://github.com/helloqingfeng/mint-cnode

使用基于 Vue.js 的移动端组件库Mint UI搭建的简版的cnode首页
https://github.com/helloqingfeng/mint-cnode

mint-ui vue2

Last synced: about 1 month ago
JSON representation

使用基于 Vue.js 的移动端组件库Mint UI搭建的简版的cnode首页

Awesome Lists containing this project

README

          

# mint-cnode

> 使用基于 Vue.js 的移动端组件库Mint UI搭建的简版的cnode首页。

> 目前只能显示首页文章标题,还有待完善。

## Demo
![](https://ws1.sinaimg.cn/mw690/66101050ly1fdc775s3h7j20hh0j1q3w)

![](https://ws1.sinaimg.cn/large/66101050ly1fdc6ztdxbhj20fa0jjwfb)

## Build Setup

``` bash
# 安装依赖,走你
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```

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