# vue-morning **Repository Path**: ock/vue-morning ## Basic Information - **Project Name**: vue-morning - **Description**: vue2的脚手架 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-24 - **Last Updated**: 2022-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-morning ## 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/). ### Add router ``` vue add router ``` ### Add store ``` vue add vuex   ``` ### About vue-cli ``` 1. 全局安装 vue-cli npm install -g @vue/cli 2. 创建项目 vue create projectName ```