File tree Expand file tree Collapse file tree 2 files changed +46
-1
lines changed Expand file tree Collapse file tree 2 files changed +46
-1
lines changed Original file line number Diff line number Diff line change
1
+ English | [ 简体中文] ( ./README.zh-CN.md )
2
+
1
3
# vue-vuetify-admin
2
4
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 ` .
4
6
5
7
## Online Preview
6
8
Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments