This commit is contained in:
umono 2022-11-05 18:30:04 +08:00
parent 0c99c342d9
commit c887973d5c
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# yaa-yii2 # yaa-yii2
A background management system based on vue3+vite3+yii2. 一个基于Vue3 yii2 的后台框架,可快速助你开发。 一个基于Vue3 yii2 的后台框架,可快速助你开发。
## USE ## 使用
```shell ```shell
composer create-project umono/yaa-yii2 composer create-project umono/yaa-yii2

View File

@ -1,7 +1,9 @@
{ {
"name": "umono/yaa-yii2", "name": "umono/yaa-yii2",
"type": "project", "type": "project",
"description":"A background management system based on vue3+vite3+yii2. 一个基于Vue3 yii2 的后台框架,可快速助你开发。", "description":"一个基于Vue3 yii2 的后台框架,可快速助你开发。",
"keywords": ["yii2","vue3","naive-ui"],
"license": "MIT",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"app\\": "src" "app\\": "src"