Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Mar 26, 2022
1 parent acded4f commit f6f99c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

A basic solution for middle and background management system, based on vue3, typescript, element-plus and vue-cli 5.x

- Electron: [v3-admin-electron](https://github.com/un-pany/v3-admin-electron)

## Documentation

[简体中文](https://juejin.cn/post/6963876125428678693) | English Docs
Expand Down Expand Up @@ -73,7 +75,6 @@ A basic solution for middle and background management system, based on vue3, typ
│ ├─ directives # global directives
│ ├─ icons # svg icon
│ ├─ layout # layout
│ ├─ locales # internationalization
│ ├─ model # global model
│ ├─ plugins # plugins
│ ├─ router # router
Expand Down Expand Up @@ -203,7 +204,7 @@ You can set an outer chain in the sidebar, as long as you fill in the useful URL

![](https://ss.im5i.com/2021/10/20/yFdaR.png)

Breadcrumb ` @/components/bread-crumb`is also generated dynamically according to the route. The route setting `breadcrumb: false` will not appear in the breadcrumb. The route setting `redirect: 'noredirect'`cannot be clicked in the breadcrumb
Breadcrumb ` @/layout/components/bread-crumb` is also generated dynamically according to the route. The route setting `breadcrumb: false` will not appear in the breadcrumb. The route setting `redirect: 'noredirect'`cannot be clicked in the breadcrumb

## Permission

Expand Down Expand Up @@ -399,7 +400,7 @@ console.log(process.env.VUE_APP_BASE_API)
Code specifications are important!

- Config item:Set in the `.eslintrc.js` file
- Cancel auto lint:Set `lintOnSave` to `false` in ` @/config/vue.custom.config.ts`
- Cancel auto lint:Set `lintOnSave` to `false` in `vue.config.js`
- The ESlint plug-in of VSCode is recommended here. When coding, it can mark the code that does not comply with the specification in red, and when you save the code, it will automatically help you repair some simple problematic code (VScode configuration ESlint tutorial can be found through Google)
- Perform lint manually:`yarn lint`(Execute this command before submitting the code, especially if your `lintOnSave` is `false`

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

[简体中文](https://juejin.cn/post/6963876125428678693) | [English Docs](./README.en.md)

## 国内仓库

[Gitee](https://gitee.com/un-pany/v3-admin)

## 预览

| 位置 | 账号 | 链接 |
Expand Down Expand Up @@ -75,7 +79,6 @@
│ ├─ directives # 全局指令
│ ├─ icons # svg icon
│ ├─ layout # 布局
│ ├─ locales # 国际化
│ ├─ model # 全局 model
│ ├─ plugins # 插件
│ ├─ router # 路由
Expand Down

0 comments on commit f6f99c6

Please sign in to comment.