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

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

采用Vue.js实现的简单CNode单页应用
https://github.com/wobudapai/cnode-vue

Last synced: 8 months ago
JSON representation

采用Vue.js实现的简单CNode单页应用

Awesome Lists containing this project

README

          

## 访问地址:

手机扫描下面二维码,或访问(http://asset.smallcfj.club/cnode)

![qrcode](http://asset.smallcfj.club/cnode/files/qrcode.png)

## 主页(列表页):

![list](http://asset.smallcfj.club/cnode/files/list.png)

## 详情页:

![detail](http://asset.smallcfj.club/cnode/files/detail.png)

## 运行

下载代码到电脑上

```
npm install

/* 直接运行 */
npm run dev

/* 压缩构建 */
npm run build
```