Documentation for Vue 3
The site vuejs.org is built with VitePress and depends on @vue/theme. The content on the site is written in Markdown format and located in the src directory. For simple edits, contributors can directly edit the files on GitHub and generate a Pull Request. The site recommends using pnpm as the package manager for local development and Node.js version 18 or higher for running the project.
git clone <repository_url>
pnpm install
npm run dev
npm install -g corepack
The vuejs.org site is a documentation resource built with VitePress, offering support for Markdown content and Vue syntax. Contributors can easily make edits via GitHub and follow the provided writing guide. Theme development instructions are also available for enhancing the site’s appearance and functionality.