快速创建简约风的 Vitepress 博客主题项目模板,更多细节见 https://theme.sugarat.top
With NPM:
$ npm create @sugarat/theme@latest
With Yarn:
$ yarn create @sugarat/theme
With PNPM:
$ pnpm create @sugarat/theme
With Bun:
$ bun create @sugarat/theme
Then follow the prompts!
You can also directly specify the project name you want to use via additional command line options. For example, to scaffold a my-first-blog, run:
# npm
npm create @sugarat/theme@latest my-first-blog
# yarn
yarn create @sugarat/theme my-first-blog
# pnpm
pnpm create @sugarat/theme my-first-blog
# bun
bun create @sugarat/theme my-first-blog