Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 850 Bytes

File metadata and controls

48 lines (32 loc) · 850 Bytes

@sugarat/create-theme

快速创建简约风的 Vitepress 博客主题项目模板,更多细节见 https://theme.sugarat.top

图片

Scaffolding Your First Blog Project

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