# vue-vant2-template **Repository Path**: w57124/vue-vant2-template ## Basic Information - **Project Name**: vue-vant2-template - **Description**: vant2的移动端开发模版 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2022-09-05 - **Last Updated**: 2022-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-vant2-template ## 简介 [vue-vant2-template](https://gitee.com/jzdkg6/vue-vant2-template) 是一个前端H5项目初始化模版的解决方案,它基于 [vue2](https://github.com/vuejs/vue) 和 [vant 2](https://github.com/ElemeFE/element)实现。它使用了最新的前端技术栈,内置了包括mock,lodash,animate.css,权限验证,rem适配,代码美化,Svg组件,vConsole等,提炼了典型的业务模型,提供了丰富的功能组件,它可以帮助你快速H5开发项目模版。相信不管你的需求是什么,本项目都能帮助到你。 ## 项目依赖安装 ``` yarn install ``` ### 项目启动 ``` yarn serve ``` ### 项目打包 ``` yarn build ``` ### Lints ``` yarn lint ```