Skip to content

lonlyz/lonlyz.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

home title heroImage actions features footer
true
首页
/images/hero.png
text link type
快速上手
/guide/getting-started.html
primary
text link type
项目简介
/guide/
secondary
title details
简洁至上
以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作。
title details
Vue 驱动
享受 Vue 的开发体验,可以在 Markdown 中使用 Vue 组件,又可以使用 Vue 来开发自定义主题。
title details
高性能
VuePress 会为每个页面预渲染生成静态的 HTML,同时,每个页面被加载的时候,将作为 SPA 运行。
title details
主题
提供了一个开箱即用的默认主题。你也可以挑选一个社区主题,或者创建一个你自己的主题。
title details
插件
灵活的插件API,使得插件可以为你的站点提供许多即插即用的功能。
title details
打包工具
默认的打包工具是 Vite ,也同样支持 Webpack 。选一个你喜欢的来使用吧!
MIT Licensed | Copyright © 2018-present Evan You

像数 1, 2, 3 一样容易

# 在你的项目中安装
yarn add -D vuepress@next

# 新建一个 markdown 文件
echo '# Hello VuePress' > README.md

# 开始写作
yarn vuepress dev

# 构建静态文件
yarn vuepress build
# 在你的项目中安装
npm install -D vuepress@next

# 新建一个 markdown 文件
echo '# Hello VuePress' > README.md

# 开始写作
npx vuepress dev

# 构建静态文件
npx vuepress build

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages