recipe/demo/theme-blog/README.md

19 lines
358 B
Markdown
Raw Permalink Normal View History

2024-08-18 19:16:25 +08:00
# vuepress-theme-hope Blog Demo
This is a blog demo and test for `vuepress-theme-hope`.
You can use this demo directly via:
```bash
# npm
npm init vuepress-theme-hope@latest [dir]
# yarn
yarn create vuepress-theme-hope [dir]
# pnpm
pnpm create vuepress-theme-hope [dir]
```
where `[dir]` is the directory you want to put the demo in.