https://github.com/hal-wang/vuepress
https://github.com/hal-wang/vuepress
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hal-wang/vuepress
- Owner: hal-wang
- Created: 2020-09-21T13:32:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T08:53:28.000Z (over 5 years ago)
- Last Synced: 2025-01-23T06:13:21.020Z (over 1 year ago)
- Language: Shell
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
本项目用于快速创建 vuepress 文档
[预览结果](https://hal-wang.github.io/vuepress-pages/)
### 克隆本项目
```
git clone https://github.com/hal-wang/vuepress.git
```
### 全局安装 vuepress
```shell
npm i -g vuepress
// 或 npm i -g vuepress --registry=https://registry.npm.taobao.org
```
### 预览
```shell
npm run dev
```