Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T07:22:13.000Z (3 months ago)
- Last Synced: 2025-01-17T15:07:09.260Z (10 days ago)
- Topics: blog, cms, lin-cms, markdown, vue, vvlog
- Language: Vue
- Homepage: http://124.221.134.143/vvlog/#/index
- Size: 2.86 MB
- Stars: 60
- Watchers: 5
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/license-MIT-3963bc.svg)
## 简介
## 注意事项
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
```