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
|
|
```
|