TIP
If you met a bug while using, you can open an issue 。
As Easy as 1, 2, 3
# install in your project
npm install -D @starzkg/vuepress-theme-star
# create a markdown file
echo '# Hello VuePress Theme Star' > README.md
# start writing
npx vuepress dev
# build to static files
npx vuepress build
# install in your project
yarn add -D @starzkg/vuepress-theme-star
# create a markdown file
echo '# Hello VuePress Theme Star' > README.md
# start writing
yarn vuepress dev
# build to static files
yarn vuepress build
# install in your project
pnpm add - D @starzkg/vuepress-theme-star
# create a markdown file
echo '# Hello VuePress Theme Star' > README.md
# start writing
pnpm vuepress dev
# build to static files
pnpm vuepress build