# vue-shopping **Repository Path**: code_white/vue-shopping ## Basic Information - **Project Name**: vue-shopping - **Description**: 基于Vue模仿蘑菇街的单页应用http://andylei18.github.io/vue-shopping/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 蘑菇街移动端Vue-SPA(纯属个人玩法,不用于商务) # vue-shopping ======== ## [Live demo](http://andylei18.github.io/vue-shopping/) ## 安装:
npm install## 运行:
npm run dev## 发布:
npm run build## 地址:
http://localhost:8888## 目录结构
├─ .gitignore # 忽略无需git控制的文件 比如 node_modules ├─ package.json # 项目配置 ├─ README.md # 项目说明 ├─ index.html # 首页 ├─ config.js # 本地调试文件 │ │ │ ├─n-build # webpack 配置文件目录 │ │ ├─node_modules # npm依赖包 │ │ │ └─src # 开发目录 │ │ app.js # 启动配置 │ app.vue # 入口vue │ routers.js # 路由 │ ├─components # 组件 │ │ ├─assets # 静态资源包 │ │ styles # css资源文件 │ images # 图片资源文件 │ scripts # JS资源文件 │ font # 字体资源文件 │ └─views # 页面 home.vue # 首页 404.vue # 404页面## 技术栈 vuejs, vue-router, vue-cli, webpack, Es6, ##感谢 感谢蘑菇街 感谢尤大,感谢Vuejs