# vue2+antd **Repository Path**: lixin_ajax/vue2-antd ## Basic Information - **Project Name**: vue2+antd - **Description**: 空白的vue2架子,使用antd ui,适用于PC端后台管理系统一类的开发。 架子没有任何页面,基本无需删除任何代码,拉取便可直接用于开发。 如果有帮助到各位朋友还请点个小心心哦 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2022-10-23 - **Last Updated**: 2024-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue ## 注意 ``` 如果node-sass依赖报错,说明本地node版本与node-sass版本不匹配 我使用的node v14.17.1,版本较低(主要是这个版本和对应的sass依赖不易报错) 具体需前往官网 https://github.com/sass/node-sass 查看与本地node对应的node-sass版本并安装 ``` ## 项目已有功能 ``` - 开箱即用,已配置组件使用svg - 已配置vuex缓存 - 已配置axios - 已配置antd ui ``` ``` antd ui:https://1x.antdv.com/docs/vue/introduce-cn/ ``` ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### ``` npm run serve ```