From cad72b3b734afbbd04b26e64d0844dd2aac1be9a Mon Sep 17 00:00:00 2001 From: szluyu99 <370166800@qq.com> Date: Sun, 18 Jun 2023 21:56:09 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E6=96=B0=E5=A2=9E=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E8=AF=A5=E9=A1=B9=E7=9B=AE=E7=9A=84=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.EN.md | 11 ++++++++--- README.md | 13 +++++++++---- build/utils.js | 4 ++-- jsconfig.json | 1 + src/views/workbench/index.vue | 4 ++-- 5 files changed, 22 insertions(+), 11 deletions(-) diff --git a/README.EN.md b/README.EN.md index d7760f6..e88c70b 100644 --- a/README.EN.md +++ b/README.EN.md @@ -4,8 +4,8 @@
@@ -185,7 +185,7 @@ Vue Naive Admin #### source code -- gitub: [https://github.com/zclzone/qs-admin](https://github.com/zclzone/qs-admin) +- github: [https://github.com/zclzone/qs-admin](https://github.com/zclzone/qs-admin) - gitee: [https://gitee.com/zclzone/qs-admin-ts](https://gitee.com/zclzone/qs-admin-ts) #### preview @@ -193,6 +193,11 @@ Vue Naive Admin - [https://admin.qszone.com](https://admin.qszone.com) - [https://zclzone.github.io/qs-admin](https://zclzone.github.io/qs-admin) +### Open source projects that use this project: + +gin-vue-blog: A full-stack blog project in Golang, the frontend of the blog backend is based on vue-naive-admin and integrates with a real backend service, implementing features such as backend-controlled routing. +- github: [https://github.com/szluyu99/gin-vue-blog](https://github.com/szluyu99/gin-vue-blog) + ### Communication group & About the author diff --git a/README.md b/README.md index 92e2f18..42e092e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@
@@ -189,7 +189,7 @@ Vue Naive Admin
#### 源码
-- gitub: [https://github.com/zclzone/qs-admin](https://github.com/zclzone/qs-admin)
+- github: [https://github.com/zclzone/qs-admin](https://github.com/zclzone/qs-admin)
- gitee: [https://gitee.com/zclzone/qs-admin-ts](https://gitee.com/zclzone/qs-admin-ts)
#### 预览
@@ -197,6 +197,11 @@ Vue Naive Admin
- [https://admin.qszone.com](https://admin.qszone.com)
- [https://zclzone.github.io/qs-admin](https://zclzone.github.io/qs-admin)
+### 使用该项目的开源项目
+
+gin-vue-blog: Golang 全栈博客项目, 博客后台的前端基于 vue-naive-admin,对接真实后端服务,实现了后端控制路由等特性。
+- github: [https://github.com/szluyu99/gin-vue-blog](https://github.com/szluyu99/gin-vue-blog)
+
### 入群交流 & 关于作者
diff --git a/build/utils.js b/build/utils.js
index fe43a2b..ee244cc 100644
--- a/build/utils.js
+++ b/build/utils.js
@@ -4,7 +4,7 @@ import dotenv from 'dotenv'
/**
* * 项目根路径
- * @descrition 结尾不带/
+ * @description 结尾不带/
*/
export function getRootPath() {
return path.resolve(process.cwd())
@@ -13,7 +13,7 @@ export function getRootPath() {
/**
* * 项目src路径
* @param srcName src目录名称(默认: "src")
- * @descrition 结尾不带斜杠
+ * @description 结尾不带斜杠
*/
export function getSrcPath(srcName = 'src') {
return path.resolve(getRootPath(), srcName)
diff --git a/jsconfig.json b/jsconfig.json
index 060235f..e014d4a 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -2,6 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"baseUrl": "./",
+ "moduleResolution": "node",
"paths": {
"~/*": ["./*"],
"@/*": ["src/*"]
diff --git a/src/views/workbench/index.vue b/src/views/workbench/index.vue
index 4d344fa..563cc30 100644
--- a/src/views/workbench/index.vue
+++ b/src/views/workbench/index.vue
@@ -14,12 +14,12 @@