# vue-docs **Repository Path**: itjiuping/vue-docs ## Basic Information - **Project Name**: vue-docs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-10-25 - **Last Updated**: 2025-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # v3.vuejs.org 本网站使用[VuePress](https://vuepress.vuejs.org/)构建。网站内容采用Markdown格式编写,并位于src目录下。 ## 编写 请参阅 [Vue文档编写指南](https://v3.vuejs.org/guide/writing-guide.html) 了解我们关于编写和维护文档的规则和建议。 ## 开发 1. 克隆仓库 ```bash git clone https://github.com/vuejs/docs.git ``` 2. 安装依赖 ```bash yarn # or npm install ``` 3. 启动本地开发环境 ```bash yarn serve # or npm run serve ``` ## 部署 当代码提交到`master`分支时,网站会通过[Netlify](https://www.netlify.com/)自动部署。