# Vuepress
###### tags: `分享`
---
# Vuepress?
---
# Vuepress?
- Vuepress v1
- Vuepress v2 (next)
- Viepress
---
# How it work
---
- markdown 解析引擎是使用 markdown-it
- 可以在 markdown 裡面使用 vue
- 可以使用 Vite
---
- 教學少
- 套件少
- theme 少
---
# Install
---
```
├─ docs
│ ├─ .vuepress
│ │ └─ config.js
│ │
│ ├─ posts
│ │ └─ something.md (path: '/posts/something.html')
│ │
│ ├─ aboutme.md (path: '/aboutme.html')
│ └─ README.md (README是首頁 root path: `/`)
├─ .gitignore
└─ package.json
```
也可以參考 v1 文件
---
# 在 `.md` 裡面使用 vue
---
{"metaMigratedAt":"2023-06-16T11:33:13.113Z","metaMigratedFrom":"Content","title":"Vuepress","breaks":true,"contributors":"[{\"id\":\"111acc36-4797-4d6c-9b0f-ac6f5795c573\",\"add\":620,\"del\":81}]"}