Skip to content

Commit 4e2b178

Browse files
committed
feat(readme): add README.zh-CN.md
1 parent 2d21cea commit 4e2b178

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
English | [简体中文](./README.zh-CN.md)
2+
13
# vue-vuetify-admin
24

3-
vue-vuetify-admin is background management system based on `Vue`, `Typescript` and `Vuetify`.
5+
[vue-vuetify-admin](https://github.com/gywgithub/vue-vuetify-admin) is background management system based on `Vue`, `Typescript` and `Vuetify`.
46

57
## Online Preview
68

README.zh-CN.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
简体中文 | [English](./README.md)
2+
3+
# vue-vuetify-admin
4+
5+
[vue-vuetify-admin](https://github.com/gywgithub/vue-vuetify-admin) 是一个基于 `Vue`, `Typescript` and `Vuetify` 实现的一个后台管理系统.
6+
7+
## 在线预览
8+
9+
https://gywgithub.github.io/vue-vuetify-admin/
10+
11+
## Project setup
12+
```
13+
npm install
14+
```
15+
16+
### Compiles and hot-reloads for development
17+
```
18+
npm run serve
19+
```
20+
21+
### Compiles and minifies for production
22+
```
23+
npm run build
24+
```
25+
26+
### Run your unit tests
27+
```
28+
npm run test:unit
29+
```
30+
31+
### Run your end-to-end tests
32+
```
33+
npm run test:e2e
34+
```
35+
36+
### Lints and fixes files
37+
```
38+
npm run lint
39+
```
40+
41+
## License
42+
43+
[MIT License](https://github.com/gywgithub/vue-vuetify-admin/blob/master/LICENSE)

0 commit comments

Comments
 (0)