# vue-webapp **Repository Path**: full90/vue-webapp ## Basic Information - **Project Name**: vue-webapp - **Description**: Ego 移动端购物商城 (vue+vuex-ruoter+webpack) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于vue1.0开发的移动端H5积分商城项目 ``` bash 基于vue@1.0开发的移动端H5积分商城项目 vue vue-ruoter vue-resource webpack ``` ## 提示 基于vue2.0的项目正在开发中,在develop分支上 ``` https://github.com/vincentSea/vue-webapp/tree/develop ``` ## 说明 ``` bash 可以的话 GitHub给个star!!! ``` ## 示例 [demo传送门](https://dodov.github.io/vueWebapp/index.html)
│ .gitattributes │ .gitignore # 忽略无需git控制的文件 比如 node_modules │ favicon.ico │ index.html # 首页 │ index.tpl # 首页模板 │ package.json # 项目配置 │ README.md # 项目说明 │ webpack.config.js # webpack 配置文件 │ ├─output #上线文件 │ ├─src │ │ app.js # 启动配置,配置路由,过滤器 │ │ App.vue # 主vue │ │ routers.js # 路由 │ │ │ ├─assets # 静态文件 │ │ ├─css │ │ ├─images │ │ └─lib │ │ │ ├─components # 组件 │ ├─view # 样式 │ └─views # 页面 │## [vue2.x Conde社区](https://github.com/vincentSea/vue2.x-Cnode) vue2.x Cnode社区是基于vue、vue-router、vuex、axios、es6开发,使用webpack构建工具编译打包项目 [点击查看效果](https://dodov.github.io/vueCnode/index.html#/)