Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
home heroImage actionText actionLink features footer
true
/hero.png
起步 →
/guide/
title details
简明优先
对以 markdown 为中心的项目结构,做最简化的配置,帮助你专注于创作。
title details
Vue 驱动
享用 Vue + webpack 开发环境,在 markdown 中使用 Vue 组件,并通过 Vue 开发自定义主题。
title details
性能高效
VuePress 将每个页面生成为预渲染的静态 HTML,每个页面加载之后,然后作为单页面应用程序(SPA)运行。
MIT Licensed | Copyright © 2018-present Evan You

Hello VuePress

::: tip This is a tip :::

::: warning This is a warning :::

::: danger This is a dangerous warning :::

export default {
  data () {
    return {
      msg: 'Highlighted!'
    }
  }
}

home: true actionText: 起步 → actionLink: /guide/ features:

  • title: 简明优先 details: 对以 markdown 为中心的项目结构,做最简化的配置,帮助你专注于创作。
  • title: Vue 驱动 details: 享用 Vue + webpack 开发环境,在 markdown 中使用 Vue 组件,并通过 Vue 开发自定义主题。
  • title: 性能高效 details: VuePress 将每个页面生成为预渲染的静态 HTML,每个页面加载之后,然后作为单页面应用程序(SPA)运行。 footer: MIT Licensed | Copyright © 2018-present Evan You