# 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)

## vue1.x 项目 基于vue1.x已上线[积分购项目](http://m.51jfgou.com/jgouINF/weixin/index.html#!/) ## 运行 ``` bash #github仓库url git clone https://github.com/vincentSea/vueWebapp.git or git clone git@github.com:vincentSea/vueWebapp.git ``` ``` bash npm install cnpm install [前提安装了淘宝源](http://npm.taobao.org/) ``` ``` bash npm run dev ----- localhost:8080 npm run build ----- 打包项目 ``` ## mock.js 使用[Mock.js](http://mockjs.com/)模拟数据 ```bash # 安装 npm install mockjs --save ``` ## 目录结构

│  .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#/)