目录
- 环境搭建
- 后端
2.1 数据库设计
2.2 SpringBoot + Mybatis
2.3 SpringBoot+RestfulAPI - 前端
3.1 VueJS 2.0 + Webpack工程介绍
3.2 Admin-LTE介绍及使用
3.3 VueJS一些基础知识
3.4 项目中用到的和VueJS的开源组件
前言
很多组件其实不用写的。多去github上搜一搜。我有用到下面几个:
vue-echarts-v3 echart支持vuejs2.0版。
image.png
- [bootstrap-table](http://b BT ootstrap-table.wenzhixin.net.cn/zh-cn/)。
image.png
这里如果需要在vue上用需要这么一行代码:
mounted: function () {
// https://github.com/wenzhixin/bootstrap-table/issues/2902
window.jQuery('#table').bootstrapTable({})
}
bootstrap-table更好用。极力推荐。