https://github.com/uncle-novel/uncle-novel-official-site
Uncle小说官网的源码,此处有一些教程之类的东西..
https://github.com/uncle-novel/uncle-novel-official-site
novel uncle-novel
Last synced: 4 days ago
JSON representation
Uncle小说官网的源码,此处有一些教程之类的东西..
- Host: GitHub
- URL: https://github.com/uncle-novel/uncle-novel-official-site
- Owner: uncle-novel
- Created: 2020-12-14T12:13:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T07:38:41.000Z (4 months ago)
- Last Synced: 2025-10-14T01:32:02.679Z (4 days ago)
- Topics: novel, uncle-novel
- Language: Shell
- Homepage:
- Size: 1.82 MB
- Stars: 29
- Watchers: 1
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Uncle小说官网源码
- 欢迎共同维护此站点
- [访问Uncle小说官网](https://unclezs.github.io/uncle-novel-official-site/)
- 本项目基于[VuePress](https://vuepress.vuejs.org/zh/)搭建### 本地启动
```js
// 启动服务
npm run server
// 编译
npm run build
```