sdras / docs

Vue 3 core documentation

Home Page:https://v3.vuejs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:vuejs/docs.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.

About

Vue 3 core documentation

https://v3.vuejs.org

License:MIT License


Languages

Language:Vue 57.8%Language:JavaScript 35.3%Language:Stylus 5.9%Language:HTML 0.6%Language:SCSS 0.2%Language:CSS 0.2%