目錄
- 環(huán)境搭建
- 后端
2.1 數(shù)據(jù)庫設(shè)計(jì)
2.2 SpringBoot + Mybatis
2.3 SpringBoot+RestfulAPI - 前端
3.1 VueJS 2.0 + Webpack工程介紹
3.2 Admin-LTE介紹及使用
3.3 VueJS一些基礎(chǔ)知識(shí)
3.4 項(xiàng)目中用到的和VueJS的開源組件
前言
很多組件其實(shí)不用寫的寥院。多去github上搜一搜当纱。我有用到下面幾個(gè):
vue-table宇色。
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更好用第晰。極力推薦颓屑。