vuepress

Minimalistic doc generator with Vue component based layout system

vuepress downloads vuepress version vuepress license

vuepress类似的npm包:
npm下载趋势
3 年
🌟 在 vuepress 的 README.md 中显示实时使用量图表,只需复制下面的代码。
## Usage Trend
[![Usage Trend of vuepress](https://npm-compare.com/img/npm-trend/THREE_YEARS/vuepress.png)](https://npm-compare.com/vuepress#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 在 vuepress 的 README.md 中显示 GitHub stars 趋势图表,只需复制下面的代码。
## GitHub Stars Trend
[![GitHub Stars Trend of vuepress](https://npm-compare.com/img/github-trend/vuepress.png)](https://npm-compare.com/vuepress)
统计详情
npm包名称
下载量
Stars
大小
Issues
发布时间
License
vuepress80,38122,81414.5 kB6122 年前MIT
vuepress的README

logo

Downloads Version License VuePress channel on Discord

VuePress

:memo: Minimalistic Vue-powered static site generator

Installation

Use the package manager yarn to install VuePress as a dev dependency.

yarn add vuepress -D

Documentation

The docs are available at https://vuepress.vuejs.org

Contributing

Want to contribute? Check our issues for beginners!

yarn # Install and link dependencies for this monorepo
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!

License

MIT