vuepress-theme-plume/docs/en/snippet/create.snippet.md
pengzhanbo 4d2361a704
feat(theme)!: add collections support (#704)
* feat(theme)!: add collection support
2025-10-07 23:13:09 +08:00

43 lines
1.5 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```ansi :no-line-numbers :collapsed-lines
┌ Welcome to VuePress and vuepress-theme-plume !
│
◇ Select a language to display / 选择显示语言
│ Simplified Chinese
│
◇ Where do you want to initialize VuePress? 
│ ./my-project
│
◇ Site name: 
│ My Vuepress Site
│
◇ Site description: 
│ My Vuepress Site Description
│
◇ Use multiple languages? 
│ No
│
◇ Select the default language for the site 
│ Simplified Chinese
│
◇ Use TypeScript? 
│ Yes
│
◇ Select the bundler tool 
│ Vite
│
◇ Deployment method: 
│ Custom
│
◇ Initialize git repository? 
│ Yes
│
◇ Install dependencies? 
│ Yes
│
◇ 🎉 Creation successful! 
│
└ 🔨 Start with the following commands:
cd ./my-project
pnpm run docs:dev
```