From 41efc4a4ecc25b12049b620486b1fef8dcb57b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E4=B8=91=E8=B7=AF=E4=BA=BA?= <2278757482@qq.com> Date: Fri, 25 Dec 2020 18:32:54 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E6=96=87=E6=A1=A3=E4=B8=8EVue=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=EF=BC=8CAdmin=E6=A8=A1=E5=9D=97=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E7=9A=84=E8=A7=86=E5=9B=BE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 8 ++-- README.md | 8 ++-- .../Admin/Resources/views/admin.blade.php | 6 ++- .../vue-element-admin/router/index.js | 6 +-- .../views/admin_menus/index.vue | 8 +--- .../views/admin_roles/index.vue | 6 +-- .../vue-element-admin/views/admins/index.vue | 4 +- .../views/setting/banners/index.vue | 6 +-- .../views/setting/configs/index.vue | 6 +-- .../views/setting/friendlinks/index.vue | 4 +- app/Modules/Admin/Routes/web.php | 2 +- package-lock.json | 6 --- package.json | 13 +++--- resources/views/admin.blade.php | 15 ------- routes/web.php | 45 ------------------- webpack.admin.js | 38 +++++++++++++--- webpack.mix.js | 21 +++------ 17 files changed, 73 insertions(+), 129 deletions(-) delete mode 100644 resources/views/admin.blade.php diff --git a/README.en.md b/README.en.md index cc6c45a..888b122 100644 --- a/README.en.md +++ b/README.en.md @@ -8,9 +8,11 @@ Software architecture description #### Installation -1. xxxx -2. xxxx -3. xxxx +1. composer install +2. cp .env.example .env +3. 生成 APP_KEY:php artisan key:generate +4. JWT的key:php artisan jwt:secret +5. 导入sql:laravel-vue-admin #### Instructions diff --git a/README.md b/README.md index 21689a1..1938530 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,11 @@ Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN #### 安装教程 -1. 生成 APP_KEY:php artisan key:generate -2. JWT的key:php artisan jwt:secret -3. xxxx +1. composer install +2. cp .env.example .env +3. 生成 APP_KEY:php artisan key:generate +4. JWT的key:php artisan jwt:secret +5. 导入sql:laravel-vue-admin #### 使用说明 diff --git a/app/Modules/Admin/Resources/views/admin.blade.php b/app/Modules/Admin/Resources/views/admin.blade.php index 34989bc..1ff0628 100644 --- a/app/Modules/Admin/Resources/views/admin.blade.php +++ b/app/Modules/Admin/Resources/views/admin.blade.php @@ -6,10 +6,12 @@