Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/razonyang/yii2-vue-admin
Yii2 Vue Admin Template
https://github.com/razonyang/yii2-vue-admin
admin vue yii2 yii2-vue-admin
Last synced: 21 days ago
JSON representation
Yii2 Vue Admin Template
- Host: GitHub
- URL: https://github.com/razonyang/yii2-vue-admin
- Owner: razonyang
- License: mit
- Created: 2019-07-26T02:46:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T04:24:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T00:39:30.546Z (7 months ago)
- Topics: admin, vue, yii2, yii2-vue-admin
- Language: Vue
- Homepage: https://admin.yii2.razonyang.com
- Size: 2.7 MB
- Stars: 22
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Yii2 Vue Admin
==============Vue Element Admin Template for Yii2.
Preview
-------- [Front end and API](https://yii2.razonyang.com), build on top of [Yii2 App Template](https://github.com/razonyang/yii2-app-template)
- [Admin](https://admin.yii2.razonyang.com)Getting started
---------------```bash
# 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
-----```bash
# build for test environment
npm run build:stage# build for production environment
npm run build:prod
```Advanced
--------```bash
# 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](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) for more information.
Browsers support
----------------Modern browsers and Internet Explorer 10+.
| [](https://godban.github.io/browsers-support-badges/)IE / Edge | [](https://godban.github.io/browsers-support-badges/)Firefox | [](https://godban.github.io/browsers-support-badges/)Chrome | [](https://godban.github.io/browsers-support-badges/)Safari |
| --------- | --------- | --------- | --------- |
| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versionsCredit
------It is a fork of [Vue Element Admin](https://github.com/PanJiaChen/vue-element-admin)