|
|
|
|
@ -0,0 +1,28 @@
|
|
|
|
|
---
|
|
|
|
|
layout: home
|
|
|
|
|
|
|
|
|
|
title: VitePress
|
|
|
|
|
titleTemplate: 由 Vite 和 Vue 驱动的静态站点生成器
|
|
|
|
|
|
|
|
|
|
hero:
|
|
|
|
|
name: VitePress
|
|
|
|
|
text: 由 Vite 和 Vue 驱动的静态站点生成器
|
|
|
|
|
tagline: 简单、强大、性能极佳。就是你想要的现代 SSG 框架!
|
|
|
|
|
actions:
|
|
|
|
|
- theme: brand
|
|
|
|
|
text: 快速上手
|
|
|
|
|
link: /zh/guide/getting-started
|
|
|
|
|
- theme: alt
|
|
|
|
|
text: GitHub
|
|
|
|
|
link: https://github.com/vuejs/vitepress
|
|
|
|
|
|
|
|
|
|
features:
|
|
|
|
|
- title: Vite:无可比拟的开发体验
|
|
|
|
|
details: 感受 Vite 的速度吧!不论应用程序大小如何,服务启动和 HMR 都是十分迅速的。
|
|
|
|
|
- title: 简单易用是首要的设计理念
|
|
|
|
|
details: 内容构建是以 Markdown 为中心的,它旨在帮助你专注于编写和以最少的配置进行部署。
|
|
|
|
|
- title: 由 Vue 和 Markdown 驱动
|
|
|
|
|
details: 在 Markdown 中使用 Vue 的所有特性丰富内容,同时能够使用 Vue 自定义站点。
|
|
|
|
|
- title: 是静态的,但也是动态的
|
|
|
|
|
details: 真正的 SSG + SPA 构建。加载的是静态页面,但依然可以以 100% 的交互性吸引用户。
|
|
|
|
|
---
|