倚楼听风雨 3 vuotta sitten
vanhempi
commit
1f3d8593f5
2 muutettua tiedostoa jossa 23 lisäystä ja 30 poistoa
  1. 21 28
      README.md
  2. 2 2
      cool-admin-midway-master/README.md

+ 21 - 28
README.md

@@ -1,39 +1,32 @@
+<!--
+ * @Author: 倚楼听风雨 18408246387@163.com
+ * @Date: 2022-09-16 17:54:29
+ * @LastEditors: 倚楼听风雨 18408246387@163.com
+ * @LastEditTime: 2022-09-16 18:20:42
+ * @FilePath: \cool-admin-3.x\README.md
+ * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
+-->
 # cool-admin-3.x
 
 #### 介绍
-{**以下是 Gitee 平台说明,您可以替换此简介**
-Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台
-无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
 
-#### 软件架构
-软件架构说明
 
+## 前后端安装项目依赖
 
-#### 安装教程
+推荐使用 `yarn`:
 
-1.  xxxx
-2.  xxxx
-3.  xxxx
+```shell
+yarn
+```
 
-#### 使用说明
+解决 `node-sass` 网络慢的方法:
 
-1.  xxxx
-2.  xxxx
-3.  xxxx
+```shell
+yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass
+```
 
-#### 参与贡献
+## 运行应用程序
 
-1.  Fork 本仓库
-2.  新建 Feat_xxx 分支
-3.  提交代码
-4.  新建 Pull Request
-
-
-#### 特技
-
-1.  使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
-2.  Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
-3.  你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
-4.  [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
-5.  Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
-6.  Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
+```shell
+yarn dev
+```

+ 2 - 2
cool-admin-midway-master/README.md

@@ -1,7 +1,7 @@
 <!--
  * @Author: YKH
  * @Date: 2021-12-08 10:23:31
- * @LastEditTime: 2022-08-18 17:34:13
+ * @LastEditTime: 2022-09-16 17:56:39
  * @Description: 
  * @FilePath: \cool-admin\cool-admin-midway-master\README.md
 -->
@@ -26,7 +26,7 @@ config.orm = {
     host: '127.0.0.1',
     port: 3306,
     username: 'root',
-    password: '',
+    password: 'root',
     database: 'cool-admin',
     synchronize: true,
     logging: true,