razonyang / yii2-vue-admin

Yii2 Vue Admin Template

Home Page:https://admin.yii2.razonyang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yii2 Vue Admin

Vue Element Admin Template for Yii2.

Preview

Getting started

# clone the project
git clone https://github.com/razonyang/yii2-vue-admin.git

# enter the project directory
cd yii2-vue-admin

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9527

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
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

About

Yii2 Vue Admin Template

https://admin.yii2.razonyang.com

License:MIT License


Languages

Language:Vue 71.4%Language:JavaScript 25.6%Language:SCSS 2.5%Language:CSS 0.2%Language:Dockerfile 0.1%Language:Handlebars 0.1%Language:HTML 0.1%