# vue-project **Repository Path**: corgile/project ## Basic Information - **Project Name**: vue-project - **Description**: 2020暑假实习 Vue - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://forum.alexs.fun/vueapp.html - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-16 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # project - 设计:https://588ku.com/uiweb/29480.html - 预览(建议手机端):https://forum.alexs.fun/vueapp.html ## Project setup ```shell # 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 ``` ## 结构 ```shell . │ App.vue │ main.js ├─assets │ │ logo.png │ └─shop //────────────图片资源 │ ├─data // ─────────────json数据资源 │ cards.json │ carousel.json │ category.json │ guessLikes.json │ recommend.json │ tabGoods.json │ tabs.json ├─lib //──────────────使用到的工具库和UI库 │ ├─mock │ │ mock.js │ ├─museui │ │ index.js │ ├─router │ │ index.js │ └─vue_sax │ index.js └─pages // ────────────所有的页面 │ Cart.vue │ Explore.vue │ Home.vue │ Me.vue └─components // ────────所有的组件 ├─cart │ Order.vue │ Pay.vue │ ├─discover │ Dynamics.vue │ Topics.vue │ ├─home │ Category.vue │ ├─me │ Infomation.vue │ Message.vue │ MySettings.vue │ └─public // ───────────公用组件 AppBar.vue MyBottomNav.vue MyButtonBar.vue MyCardSlider.vue MyCDivider.vue MyFooter.vue MyOrderItem.vue MyProductItem.vue MyRecomSlider.vue MySDivider.vue MyTab.vue ```