vue学习笔记-vue-admin-template框架学习

vue-admin-template

English | 简体中文

使用[vue-admin-template]进行学习前台整合以及vue相关技术,本项目作为学习记录

A minimal vue admin template with Element UI & axios & iconfont & permission control & lint

项目代码: https://github.com/taoweidong/vue-admin-template

目录结构

vue学习笔记-vue-admin-template框架学习_第1张图片

2019年10月24日

  • 克隆仓库,开始学习

  • node-sass 安装失败的原因以及解决方法:https://segmentfault.com/a/1190000010984731?utm_source=tag-newest

  • 修改git仓库地址:https://blog.csdn.net/oLeiShen/article/details/84032089

  • 项目代码结构: https://juejin.im/post/59097cd7a22b9d0065fb61d2

参考链接

  • vue官网: https://cn.vuejs.org/v2/guide/
  • element-ui官网: https://element.eleme.cn/#/zh-CN/component/installation
  • vue-element-admin 官网:https://panjiachen.gitee.io/vue-element-admin-site/zh/

你可能感兴趣的:(Vue)