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 @@

- - + stars + forks

@@ -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 @@

- - - + stars + forks + MIT License

@@ -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 @@ - + stars - + forks