项目作者: razonyang

项目描述 :
Yii2 Vue Admin Template
高级语言: Vue
项目地址: git://github.com/razonyang/yii2-vue-admin.git
创建时间: 2019-07-26T02:46:17Z
项目社区:https://github.com/razonyang/yii2-vue-admin

开源协议:MIT License

下载


Yii2 Vue Admin

Vue Element Admin Template for Yii2.

Preview

Getting started

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

This will automatically open http://localhost:9527

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.

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

Credit

It is a fork of Vue Element Admin