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

vuepress-theme-star

为了构建功能完备的个人网站

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

Default bundler is Vite, while Webpack is also supported. Choose the one you like!

像数 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