项目作者: zmzimpl

项目描述 :
使用Vue + ElementUI实现的交易所搬砖脚本,完善中...
高级语言: Vue
项目地址: git://github.com/zmzimpl/exchanges.git
创建时间: 2019-07-04T18:36:40Z
项目社区:https://github.com/zmzimpl/exchanges

开源协议:MIT License

下载


vue-admin-template

English | 简体中文

A minimal vue admin template with Element UI & axios & iconfont & permission control & lint

Live demo: http://panjiachen.github.io/vue-admin-template

The current version is v4.0+ build on vue-cli. If you want to use the old version , you can switch branch to tag/3.11.0, it does not rely on vue-cli

Build Setup

  1. # clone the project
  2. git clone https://github.com/PanJiaChen/vue-admin-template.git
  3. # enter the project directory
  4. cd vue-admin-template
  5. # install dependency
  6. npm install
  7. # develop
  8. npm run dev

This will automatically open http://localhost:9528

Build

  1. # build for test environment
  2. npm run build:stage
  3. # build for production environment
  4. npm run build:prod

Advanced

  1. # preview the release environment effect
  2. npm run preview
  3. # preview the release environment effect + static resource analysis
  4. npm run preview -- --report
  5. # code format check
  6. npm run lint
  7. # code format check and auto fix
  8. npm run lint -- --fix

Refer to Documentation for more information

Demo

demo

Extra

If you want router permission && generate menu by user roles , you can use this branch permission-control

For typescript version, you can use vue-typescript-admin-template (Credits: @Armour)

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

MIT license.

Copyright (c) 2017-present PanJiaChen