# vue_shop **Repository Path**: front_item/vue_shop ## Basic Information - **Project Name**: vue_shop - **Description**: Vue3+Element+Axios 参考:https://www.bilibili.com/video/BV1E7411c7M8?p=7 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-07 - **Last Updated**: 2021-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_shop ## 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/). # New Add Vue 3.0 + Element +Axios ## 安装 ``` vue ui // 插件 vue-cli-plugin-element-plus // 依赖 Axios ```