# vue_learning **Repository Path**: joelonglin/vue_learning ## Basic Information - **Project Name**: vue_learning - **Description**: vue 新手教学,分支之间代码独立,表示不同的vue demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-07 - **Last Updated**: 2022-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_learning ## Needed ```bash # for mac ## install home brew /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" echo "$(<~/.zprofile)" >> ~/.zshrc source ~/.zshrc ## install npm brew install npm ## install vue-cli npm config set registry https://registry.npm.taobao.org/ npm install -g @vue/cli ``` ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).