siberiawolf / vuepress

πŸ“ Minimalistic Vue-powered static site generator

Home Page:https://v1.vuepress.vuejs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Downloads Version npm next version License vuepress channel on Discord

Supporting VuePress

Maintaining and developing new features to VuePress takes a considerable amount of time (if you know that Gastby's team is a company), and I am currently exploring the possibility of working on VuePress fulltime.

"VuePress is much more than that." β€”β€” ULIVZ

Install

yarn add vuepress -D       # Install 0.x
yarn add vuepress@next -D  # Install 1.x.

Showcase

Documentation

This is the branch for VuePress 1.x and docs are available at https://v1.vuepress.vuejs.org.

Contribution

yarn bootstrap # Install and link dependencies for this lerna repo
yarn dev  # serves VuePress' own docs with itself
yarn test # make sure your code change pass the test

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!

Thank you to all the people who already contributed to VuePress!

contributors

License

MIT

About

πŸ“ Minimalistic Vue-powered static site generator

https://v1.vuepress.vuejs.org

License:MIT License


Languages

Language:JavaScript 64.6%Language:Vue 20.8%Language:TypeScript 11.1%Language:CSS 3.2%Language:HTML 0.2%