vuepress

Minimalistic doc generator with Vue component based layout system

vuepress downloads vuepress version vuepress license

vuepress類似套件:
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)
統計詳情
套件
下載數
Stars
大小
Issues
發布時間
許可
vuepress53,42822,80214.5 kB6112 年前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