logo
努力加载中 ……
vuepress-theme-star

vuepress-theme-star

A vuepress theme for building personal site

Get Started Introduction

Simplicity First

Minimal setup with markdown-centered project structure helps you focus on writing.

Vue-Powered

Enjoy the dev experience of Vue, use Vue components in markdown, and develop custom themes with Vue.

Performant

VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.

Themes

Providing a default theme out of the box. You can also choose a community theme or create your own one.

Plugins

Flexible plugin API, allowing plugins to provide lots of plug-and-play features for your site.

Bundlers

Both Webpack and Vite are supported. Choose the one you like!

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