@sugarat/create-theme
v0.0.93
Published
简约风的 Vitepress 博客主题,sugarat vitepress blog theme
Downloads
535
Maintainers
Readme
@sugarat/create-theme
快速创建简约风的 Vitepress 博客主题项目模板,更多细节见 https://theme.sugarat.top

Scaffolding Your First Blog Project
With NPM:
$ npm create @sugarat/theme@latestWith Yarn:
$ yarn create @sugarat/themeWith PNPM:
$ pnpm create @sugarat/themeWith Bun:
$ bun create @sugarat/themeThen 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