美文网首页Vue.js开发技巧前端Vue专辑
[SpringBoot+VueJs] 3.4 项目中用到的和Vu

[SpringBoot+VueJs] 3.4 项目中用到的和Vu

作者: professorLea | 来源:发表于2017-07-13 11:32 被阅读1252次

    目录

    1. 环境搭建
    2. 后端
      2.1 数据库设计
      2.2 SpringBoot + Mybatis
      2.3 SpringBoot+RestfulAPI
    3. 前端
      3.1 VueJS 2.0 + Webpack工程介绍
      3.2 Admin-LTE介绍及使用
      3.3 VueJS一些基础知识
      3.4 项目中用到的和VueJS的开源组件

    前言

    很多组件其实不用写的。多去github上搜一搜。我有用到下面几个:

    image.png image.png

    这里如果需要在vue上用需要这么一行代码:

        mounted: function () {
          // https://github.com/wenzhixin/bootstrap-table/issues/2902
          window.jQuery('#table').bootstrapTable({})
        }
    

    bootstrap-table更好用。极力推荐。

    源码

    Git Hub Demo

    相关文章

      网友评论

        本文标题:[SpringBoot+VueJs] 3.4 项目中用到的和Vu

        本文链接:https://www.haomeiwen.com/subject/dvnmhxtx.html