yii2-vue-admin
yii2-vue-admin copied to clipboard
Yii2 Vue Admin Template
Yii2 Vue Admin
Vue Element Admin Template for Yii2.
Preview
- Front end and API, build on top of Yii2 App Template
- Admin
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+.
![]() |
![]() |
![]() |
![]() |
---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |
Credit
It is a fork of Vue Element Admin