# mobileApp **Repository Path**: BillGreenWill/mobile-app ## Basic Information - **Project Name**: mobileApp - **Description**: H5开箱即用适配方案,参照小程序开发思路配置页面属性 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mobileapp # 简介 ## vue-cli3 脚手架搭建项目 采用技术栈包含 vue+vue-router+vuex+Vant ## 开发思路参照微信小程序的页面配置 可以对每个页面导航和底部菜单配置 ## 安装项目包 ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).