# vue-iview-template **Repository Path**: hlshare/vue-iview-template ## Basic Information - **Project Name**: vue-iview-template - **Description**: 纯净的vue + iview + less + axios模板 用于快速创建一个可以用的纯净的底层模板 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-09 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-iview-template 纯净的vue + iview + less + axios模板 用于快速创建一个可以用的纯净的底层模板 ## 项目安装 ``` npm install ``` ### 运行项目 ``` npm run serve or npm run dev ``` ### 编译打包 ``` npm run build ``` ### 检查修复 ``` npm run lint ```