zoukankan      html  css  js  c++  java
  • vueAdmin ui基础包

    这个版本的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

  • 相关阅读:
    [SCOI2010] 生成字符串
    [NOIp2010] 机器翻译
    [CF792E] Colored Balls
    JS6-函数1
    JS6-字符串
    JS6-函数
    JS
    Bootstrap
    JQuery 自己的理解
    JQuery
  • 原文地址:https://www.cnblogs.com/guigujun/p/9471493.html
Copyright © 2011-2022 走看看