# vue-template-vue2-yzl **Repository Path**: leaf-deer/vue-template-vue2-yzl ## Basic Information - **Project Name**: vue-template-vue2-yzl - **Description**: 基于Vue-cli的自定义模板,已经配置axios,vue-router等常用开发依赖,在命令行执行下载安装命令即可一站式搭建项目基本结构 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/leaf-deer/vue-template-vue2-yzl - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-18 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, template, vue2 ## README # vue-template-vue2-yzl ------ Vue-Templete⛳️ ------ This is Javascript template for Create Vue App. To use this template, add `vue create --preset vue-template-vue2-yzl` when creating a new app. ------ ## Dependencies📚 : * Vue2 * vue-router v3 * axiox * prettier * eslint For example: ```sh vue create --preset LiuLuming23/vue-template-vue2-yzl#master my-app #or vue create --preset direct:https://gitee.com/leaf-deer/vue-template-vue2-yzl.git#master --clone my-app ``` ------