# vue-mobile-bone **Repository Path**: tickCoder-mirrors/vue-mobile-bone ## Basic Information - **Project Name**: vue-mobile-bone - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-14 - **Last Updated**: 2021-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## VUE-MOBILE-BONE > 本工程基于 vue + vantUI + vuex 搭建一套前端移动端的基础开发框架 ## **环境准备** 适配 vue-cli@3.x - git - vue-cli - node@^8.12.0(development) ## **快速构建** ### **开发环境启动** ```bash # 获取repo git clone https://github.com/lifanlingjue/vue-mobile-bone.git # 安装依赖 npm install # 运行前端服务 npm run serve ``` ### **生产环境部署** ```bash # 工程打包 npm run build ``` ## **功能文档** ```bash # 已实现功能 - 登录 - 多语言支持 - 数据字典 # 计划内实现功能 - 多级菜单 - 表单组件高度封装 - list页JSON配置化 - 完善工程使用说明文档 ``` ## **贡献者** - [Lixiang](https://github.com/lifanlingjue) ## **特别感谢** - [Vue](https://github.com/vuejs/vue) - [Vant](https://github.com/youzan/vant)