Skip to content

Commit

Permalink
add error log collection
Browse files Browse the repository at this point in the history
  • Loading branch information
邝华 committed Oct 8, 2021
1 parent 5ed1cb3 commit 85c9db0
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 7 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021-present kuanghua

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
15 changes: 12 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@

[国内访问](http://8.135.1.141/vue3-admin-template)

## 更新日志

```javascript
//10-03
change vue3-admin-template to ts version
//10-08
add error log collection func
```

## 例子

---- 我们先看看加载速度和构建后的包大小:
Expand All @@ -35,10 +44,10 @@

```bash
# 克隆项目
git clone https://github.com/jzfai/vue3-admin-template.git
git clone https://github.com/jzfai/vue3-admin-ts.git

# 进入项目目录
cd vue3-admin-template
cd vue3-admin-ts

# 安装依赖(建议用yarn)
yarn
Expand Down Expand Up @@ -159,7 +168,7 @@ Modern browsers and Internet Explorer 11+.

## 版本

[MIT](https://github.com/jzfai/vue3-admin-templateLICENSE) license.
[MIT](https://github.com/jzfai/vue3-admin-ts/blob/master/LICENSE) license.

Copyright (c) 2021-present kuanghua

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ English | [简体中文](./README-zh.md)
A new generation admin construct using vue3(setup-script)+vite2+element-plus and similar design for vue-admin-template

[Access address](http://8.135.1.141/vue3-admin-template)

[国内访问](http://8.135.1.141/vue3-admin-template)

## Update log

```javascript
//10-03
change vue3-admin-template to ts version
//10-08
add error log collection func
```
## Demo

Expand All @@ -40,10 +43,10 @@ You can refer to first:[documentation of vue-admin-template ](https://juejin.i

```bash
# clone the project
git clone https://github.com/jzfai/vue3-admin-template.git
git clone https://github.com/jzfai/vue3-admin-ts.git

# enter the project directory
cd vue3-admin-template
cd vue3-admin-ts

# install dependency(Recommend use yarn)
yarn
Expand Down Expand Up @@ -110,7 +113,7 @@ Modern browsers and Internet Explorer 11+.

## License

[MIT](https://github.com/jzfai/vue3-admin-templateLICENSE) license.
[MIT](https://github.com/jzfai/vue3-admin-ts/blob/master/LICENSE) license.

Copyright (c) 2021-present kuanghua

2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const constantRoutes: RouterTy = [
children: [
{
component: () => {},
path: 'https://github.com/jzfai/vue3-admin-template.git',
path: 'https://github.com/jzfai/vue3-admin-ts.git',
meta: { title: 'External Link', icon: 'link' }
}
]
Expand Down

0 comments on commit 85c9db0

Please sign in to comment.