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