mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
15 lines
239 B
Markdown
15 lines
239 B
Markdown
# create-vuepress-theme-plume
|
|
|
|
The cli for create vuepress-theme-plume's project
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
# npm
|
|
npm init vuepress-theme-plume@latest
|
|
# pnpm
|
|
pnpm create vuepress-theme-plume@latest
|
|
# yarn
|
|
yarn create vuepress-theme-plume@latest
|
|
```
|