# vue-zxl-templete **Repository Path**: zxlstart/vue-zxl-templete ## Basic Information - **Project Name**: vue-zxl-templete - **Description**: vue2基础模版,主要对axios进行了多次封装 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-10-25 - **Last Updated**: 2024-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Axios, vue-router ## README # Vue模版 ## 一、优势: 1. vue-router(包含前后置路由守卫) 2. axios的多次封装,aixos集中管理 3. html、js、css、vue文件的代码规范化 4. 引入elementui ## 二、环境 ~~~js Node20可正常运行 ~~~ ## 三、使用方法 1.安装依赖 ~~~js npm install ~~~ 2.运行脚手架 ~~~js npm run serve ~~~