# vue_study_demo **Repository Path**: GreatProgram/vue_study_demo ## Basic Information - **Project Name**: vue_study_demo - **Description**: 这个项目是用来学习vue 的, 主要是用来学习与记录知识点 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-24 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue 学习项目 ## git clone Project(克隆项目) ``` git clone https://gitee.com/yang958/VueStudyDemo.git ``` ## Project setup (项目初始化) ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Run your unit tests (运行单元测试) ``` yarn test:unit ``` ### Lints and fixes files (绑带和修复文件) ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).