# vue-template **Repository Path**: chenzhengyang/vue-template ## Basic Information - **Project Name**: vue-template - **Description**: vue模板 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-15 - **Last Updated**: 2021-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 自制Vue项目模板 ## 运行步骤 1. clone本仓库到本地 ```base git clone https://github.com/ChenZhengYang18/vue-template.git 你的项目名称 ``` 1. 安装对应的依赖项 ``` cd 你的项目名称 npm install ``` 1. 修改package.json中的name 1. 运行 ``` npm start //或者 npm run dev ```