# vue3.2 **Repository Path**: LCY6080/vue3.2 ## Basic Information - **Project Name**: vue3.2 - **Description**: 用vue3构建的一个后台管理系统 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/LCY6080/vue3.2 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-06 - **Last Updated**: 2023-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_3.2 ``` 1. 约定式提交 2. git status 查看仓库状态 3. git add . 添加文件到暂存区 4. git cz 将暂存区内容添加到仓库中 5. git remote add origin 仓库门 6. git push -u origin "master" ``` ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).