环境准备:
    根据教程 先准备纯前端工程vue
    用springboot种子准备springboot工程
    整合过程:
    1.在src/main下新建一个webapp文件夹,将vue工程放入
    2.在src/main下新建一个static文件夹 当作静态文件。主要是存放vue工程编译过后的文件
    3.在pom下加入npm插件,主要为了打包的时候将前端文件重新编译。代码如下:
    最上方定义版本号:
    4.4.4
    v8.11.1
    1.3
    插件代码

    com.github.eirslett
    frontend-maven-plugin
    ${frontend-maven-plugin.version}

    src/main/webapp
    target



    install node and npm

    install-node-and-npm


    ${node.version}
    ${npm.version}
    http://nodejs.org/dist/
    http://registry.npmjs.org/npm/-/



    npm install

    npm

    generate-resources

    install



    build views

    npm


    run dist