# Vue_H5plus **Repository Path**: young_chen/vue_h5plus ## Basic Information - **Project Name**: Vue_H5plus - **Description**: vue2.0+ h5+ 多页面应用模板 使用muse_UI框架 - **Primary Language**: Vue扩展组件 - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 104 - **Forks**: 33 - **Created**: 2017-05-01 - **Last Updated**: 2022-10-26 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## README # vue-cli 多页面 + HBuilder 打包 + HTML5PLUS 特性 > A Vue + H5Plus project 使用UI : [Muse-UI](http://www.muse-ui.org/#/install) 基于 Vue 2.0 和 Material Desigin 的 UI 组件库 H5 plus: http://www.html5plus.org/doc/zh_cn/webview.html 关键字: ## 开始 ``` bash # 安装依赖 npm install # 在服务器上调试 localhost:端口号/module/index.html npm run dev ## 然后在HBuilder中起始页设置为 本地服务器:端口号/module/index.html ## 手机连接电脑, 在统一局域网下, 开启真机调试 # 你也可以先 打包 npm run build ## 然后把 dist 文件下的目录放入 HBuilder 项目中 ## 设置起始页为 module/index.html 真机调试 ```