Skip to content

panzhiyue/vuepress-theme-knowledge

Repository files navigation

home title heroImage actions features footer
true
Home
/images/hero.png
text link type
Get Started
/guide/getting-started.html
primary
text link type
Introduction
/guide/
secondary
title details
Simplicity First
Minimal setup with markdown-centered project structure helps you focus on writing.
title details
Vue-Powered
Enjoy the dev experience of Vue, use Vue components in markdown, and develop custom themes with Vue.
title details
Performant
VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
title details
Themes
Providing a default theme out of the box. You can also choose a community theme or create your own one.
title details
Plugins
Flexible plugin API, allowing plugins to provide lots of plug-and-play features for your site.
title details
Bundlers
Default bundler is Vite, while Webpack is also supported. Choose the one you like!
MIT Licensed | Copyright © 2018-present Evan You

As Easy as 1, 2, 3

# install in your project
yarn add -D vuepress@next

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
yarn vuepress dev

# build to static files
yarn vuepress build
# install in your project
npm install -D vuepress@next

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
npx vuepress dev

# build to static files
npx vuepress build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published