# vuejs-docs-next **Repository Path**: yiidot/vuejs-docs-next ## Basic Information - **Project Name**: vuejs-docs-next - **Description**: vue3的文档国内镜像 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-09 - **Last Updated**: 2021-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # v3.vuejs.org This site is built with [VuePress](https://vuepress.vuejs.org/). Site content is written in Markdown format located in `src`. ## Writing See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html) for our rules and recommendations on writing and maintaining documentation. ## Developing 1. Clone repository ```bash git clone git@github.com:vuejs/docs-next.git ``` 2. Install dependencies ```bash yarn # or npm install ``` 3. Start local development environment ```bash yarn serve # or npm run serve ``` ## Deploying The site is automatically deployed when commits land in `master`, via [Netlify](https://www.netlify.com/).