# 易趋购物 **Repository Path**: lsdxl/tesco ## Basic Information - **Project Name**: 易趋购物 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-15 - **Last Updated**: 2021-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # legou ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### Compiles and minifies for production ``` npm run build ``` ## 目录结构 在本项目中,所有的组件都在components文件夹下,大写字母开头命名的组件为路由页面,小写字母开头命名的组件为页面组件的子组件,所有的接口调用在api文件下,路由调用在router文件夹下,vuex项目管理在store文件夹下