# vue_miaomiao **Repository Path**: ray8367/vue_miaomiao ## Basic Information - **Project Name**: vue_miaomiao - **Description**: 喵喵电影项目练习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-14 - **Last Updated**: 2022-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 记录 - 远程仓库 ``` // 添加远程仓库 $ git remote add origin 远程仓库地址 // 查看远程仓库 $ git remote ``` - 创建并切换到分支 (所有开发工作都是在开发分支上完成) ``` // 创建一个开发分支dev $ git checkout -b dev // push到开发分支 $ git push orgin dev ```