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