美文网首页
vueAdmin ui基础包

vueAdmin ui基础包

作者: 程序员同行者 | 来源:发表于2018-08-13 22:27 被阅读0次

    这个版本的vueAdmin ui是针对官网版本进行修改而成,主要修改了后端接口修改,登录等等,一个通用的前端工程基础包,即开即用,省去了前期繁琐配置

    Demo

    eee.gif

    Build Setup

    # Clone project
    git clone https://github.com/1049759078/vueAdmin.git
    # Install dependencies
    npm install
    
    # 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
    npm install --registry=https://registry.npm.taobao.org
    
    # serve with hot reload at localhost:9528
    npm run dev
    
    # build for production with minification
    npm run build
    
    # build for production and view the bundle analyzer report
    npm run build --report
    

    License

    The code is available under the MIT license.

    image

    相关文章

      网友评论

          本文标题:vueAdmin ui基础包

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