https://github.com/luoyunchong/lin-cms-vvlog
增加了CMS博客的用户UI端
https://github.com/luoyunchong/lin-cms-vvlog
blog cms lin-cms markdown vue vvlog
Last synced: 25 days ago
JSON representation
增加了CMS博客的用户UI端
- Host: GitHub
- URL: https://github.com/luoyunchong/lin-cms-vvlog
- Owner: luoyunchong
- License: mit
- Created: 2019-10-28T17:24:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T12:00:18.000Z (about 2 months ago)
- Last Synced: 2025-04-02T06:48:50.978Z (about 1 month ago)
- Topics: blog, cms, lin-cms, markdown, vue, vvlog
- Language: Vue
- Homepage: http://124.221.134.143/vvlog/#/index
- Size: 3.03 MB
- Stars: 61
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 简介
## 注意事项
1. Lin-CMS 是工程类开源项目,不能保证无缝升级.
2. 当前分支为 Vue3 版本
## 文档资料
### 文档地址
- [http://124.221.134.143/](http://124.221.134.143/)
### 线上 Demo
- [http://124.221.134.143/vvlog](http://124.221.134.143/vvlog)
## 快速上手
```sh
# clone the project
git clone https://github.com/luoyunchong/lin-cms-vvlog.git# install dependency
npm install -g pnpm
pnpm install# develop
pnpm run serve
```