20 lines
1.6 KiB
Markdown
20 lines
1.6 KiB
Markdown
# Introduction
|
|
|
|
VuePress is composed of two parts: a [minimalistic static site generator](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/core) with a Vue-powered [theming system](https://v1.vuepress.vuejs.org/theme/) and [Plugin API](https://v1.vuepress.vuejs.org/plugin/), and a [default theme](https://v1.vuepress.vuejs.org/theme/default-theme-config.html) optimized for writing technical documentation. It was created to support the documentation needs of Vue's own sub projects.
|
|
|
|
Each page generated by VuePress has its own pre-rendered static HTML, providing great loading performance and is SEO-friendly. Once the page is loaded, however, Vue takes over the static content and turns it into a full Single-Page Application (SPA). Additional pages are fetched on demand as the user navigates around the site.
|
|
|
|
帮助你获取最新的开发文档:
|
|
|
|
- [vue3.0 中文文档地址]: https://vue3js.cn/docs/zh/
|
|
- [element-plus 中文文档地址]: https://element-plus.org/#/zh-CN
|
|
- [composition-Api 中文文档地址]: https://composition-api.vuejs.org/zh/
|
|
- [vue-router-next 文档地址]: https://next.router.vuejs.org/
|
|
- [next.vuex 文档地址]: https://next.vuex.vuejs.org/
|
|
- [vite 源码]: https://github.com/vitejs/vite
|
|
- [vite 中文文档地址(非官方版本)]: https://vite-design.surge.sh/guide/chinese-doc.html
|
|
- [vue-i18n-next]: https://vue-i18n-next.intlify.dev/
|
|
- [composition-api-vue-i18n-next]: https://vue-i18n-next.intlify.dev/advanced/composition.html#local-scope
|
|
- [https://vitepress.vuejs.org/]: https://vitepress.vuejs.org/
|
|
|
|
- [https://vitejs.dev/]: vite文档 |