TIP
如果你在使用过程中遇到了 bug,可以 提一个 issue 。
像数 1, 2, 3 一样容易
# 在你的项目中安装
npm install -D @starzkg/vuepress-theme-star
# 新建一个 markdown 文件
echo '# Hello VuePress Theme Star' > README.md
# 开始写作
npx vuepress dev
# 构建静态文件
npx vuepress build
# 在你的项目中安装
yarn add - D @starzkg/vuepress-theme-star
# 新建一个 markdown 文件
echo '# Hello VuePress Theme Star' > README.md
# 开始写作
yarn vuepress dev
# 构建静态文件
yarn vuepress build
# 在你的项目中安装
pnpm add - D @starzkg/vuepress-theme-star
# 新建一个 markdown 文件
echo '# Hello VuePress Theme Star' > README.md
# 开始写作
pnpm vuepress dev
# 构建静态文件
pnpm vuepress build