# shop **Repository Path**: cat_y/shop ## Basic Information - **Project Name**: shop - **Description**: vue练手项目---微商城 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-07 - **Last Updated**: 2024-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shop ####vue学习的一个练手商城小项目 使用到的技术: MUI前端框架 Mint UI移动端组件库 vuex 状态管理模式 vue-router 插件 基于 Promise 的Http 库 axios Vue 动画和过渡效果 ## 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/).