Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ryqsky/cnode-vue
Vue2版CNode社区WebApp 在线访问:http://cnode.ruanyq.cn/
https://github.com/Ryqsky/cnode-vue
Last synced: 3 months ago
JSON representation
Vue2版CNode社区WebApp 在线访问:http://cnode.ruanyq.cn/
- Host: GitHub
- URL: https://github.com/Ryqsky/cnode-vue
- Owner: Ryqsky
- Archived: true
- Created: 2017-02-19T16:09:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T17:42:03.000Z (about 3 years ago)
- Last Synced: 2024-04-14T01:50:01.731Z (7 months ago)
- Language: CSS
- Size: 2.07 MB
- Stars: 85
- Watchers: 4
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vue2版CNode社区WebApp
> 假若本项目能给到你一点点帮助,求Star!
![demo](demo.gif)
在线地址:[http://119.29.227.109/](http://119.29.227.109/)
扫码二维码体验更佳(**推荐**)
![qrcode](static/images/qrcode.png)
### 满大街的重写CNode,这个有什么亮点?
- 比较接近原生APP体验
- 流畅的加载过渡效果
- 舒服细腻的UI样式布局
- 合理的列表渲染优化### 最后
- 感谢[Cnodejs.org](https://cnodejs.org/)社区提供的API
- 感谢[Vue](https://github.com/vuejs/vue)提供无敌好用的渐进式JavaScript 框架
- 感谢[Vux](https://github.com/airyland/vux)提供无敌好用的组件库### 使用方法
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```### 代码体积可视化
在执行npm run build后,可查看本项目代码体积所占的大小以及比例。![img](code_visual.png)