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首页
- Host: GitHub
- URL: https://github.com/helloqingfeng/mint-cnode
- Owner: helloqingfeng
- Created: 2017-03-05T11:28:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T15:13:36.000Z (about 9 years ago)
- Last Synced: 2025-01-20T14:36:17.167Z (over 1 year ago)
- Topics: mint-ui, vue2
- Language: JavaScript
- Homepage: https://helloqingfeng.github.io/mint-cnode/dist
- Size: 506 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mint-cnode
> 使用基于 Vue.js 的移动端组件库Mint UI搭建的简版的cnode首页。
> 目前只能显示首页文章标题,还有待完善。
## Demo


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