Pages

Saturday, 25 April 2020

静态博客生成器vuepress

Minimalistic Vue-powered static site generator 

Install

yarn add vuepress -D

Documentation

Check out our docs at https://vuepress.vuejs.org/.

Showcase

Contribution

Want to contribute? Check our Contributing Guide and issues for beginners!
yarn install # install all dependencies
yarn dev  # serves VuePress' own docs with itself
yarn test # make sure your code change pass the test
If you don't have a local checkout, you can also open VuePress in Gitpod, a free online IDE for GitHub.
If you intend to make "substantial" changes to VuePress or its documentation, please checkout VuePress RFCs.
If you have a VuePress-related project/component/tool, add it with a pull request to this curated list!
VuePress 是由 Vue.js 支持的静态网站生成工具,而 Vue.js 是一个开源的渐进式 JavaScript 框架。

如果你了解 HTML、CSS 和 JavaScript,那么你可以无压力地使用 VuePress。你应该可以找到几个有用的插件和主题来为你的网站建设开个头。此外,看起来 Vue.js 的更新一直很活跃,很多开发者都在关注 Vue.js,这是一件好事。

你可以参照他们的官方文档GitHub 页面了解更多。)

(VuePress 由尤雨溪(Evan You)开发,他也是 Vue.js 的创始人,现由 Vue.js 官方团队维护。

VuePress 是一个基于 Vue.js 的静态网站生成器。它由两部分组成:一部分是基于 Vue.js 的静态网站生成器,另一部分是默认主题,提供了丰富的特性和插件,可帮助用户快速搭建文档网站。

VuePress 使用 Markdown 来写作和生成网站内容,同时支持 Vue 组件和自定义页面。它采用了 Markdown 和 Vue.js 之间的混合语法来实现动态的渲染和交互效果,从而可以快速地创建出具有良好用户体验的文档网站。VuePress 还提供了内置的搜索、导航、侧边栏等功能,可以帮助用户快速浏览和搜索网站内容。

你可以查看它的官网GitHub了解更多。)

----

No comments:

Post a Comment