Skip to content

simon04/vuejs-docs

 
 

Repository files navigation

v3.vuejs.org

This site is built with VitePress and @vue/theme. Site content is written in Markdown format located in src.

Writing

See the Vue Docs Writing Guide for our rules and recommendations on writing and maintaining documentation.

Developing

For now, local development requires cloning both this repo and vuejs/theme:

  1. Clone repositories
git clone [email protected]:vuejs/docs.git
git clone [email protected]:vuejs/theme.git
  1. Link theme into docs repo
# In ./theme
# Install dependencies
yarn
# Link workspace in ./theme
yarn link

# in ./docs
yarn link @vue/theme
  1. Install deps and start VitePress server
# in ./docs
yarn
yarn serve

Deploying

The site is automatically deployed when commits land in master, via Netlify.

About

Vue 3 core documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 58.1%
  • JavaScript 35.0%
  • Stylus 5.9%
  • Other 1.0%