https://github.com/flutterwang/multihost-vuepress
多域名静态站点
https://github.com/flutterwang/multihost-vuepress
Last synced: 9 months ago
JSON representation
多域名静态站点
- Host: GitHub
- URL: https://github.com/flutterwang/multihost-vuepress
- Owner: flutterWang
- License: apache-2.0
- Created: 2020-10-23T17:37:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-25T01:22:18.000Z (over 5 years ago)
- Last Synced: 2025-01-11T03:56:53.289Z (over 1 year ago)
- Language: Go
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 执行
1. make go
2. 访问 init 接口
3. 在生成 quick_vuepress 里执行 npm install -D vuepress
4. 在生成项目的 package.json 中的 scripts 中加入
```
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
```
5. 执行 npm run docs:dev 启动程序