Skip to content
forked from vuejs/docs

Vue 3 core documentation

License

Notifications You must be signed in to change notification settings

1950Labs/docs-next

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v3.vuejs.org

This site is built with VuePress. 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

  1. Clone repository
git clone [email protected]:vuejs/docs-next.git
  1. Install dependencies
yarn # or npm install
  1. Start local development environment
yarn serve # or npm run serve

Deploying

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

Releases

No releases published

Packages

No packages published

Languages

  • Vue 53.5%
  • JavaScript 38.4%
  • Stylus 7.0%
  • Other 1.1%