File tree Expand file tree Collapse file tree 2 files changed +45
-10
lines changed Expand file tree Collapse file tree 2 files changed +45
-10
lines changed Original file line number Diff line number Diff line change 1
- ### Usage
1
+ ** demo ** : [ https://taylorchen709.github.io/vue-admin/ ] ( https://taylorchen709.github.io/vue-admin/ )
2
2
3
- This is a project template for [ vue-cli] ( https://github.com/vuejs/vue-cli ) .
3
+ # To start
4
+
5
+ This is a project template for [ vue-cli] ( https://github.com/vuejs/vue-cli )
4
6
5
7
``` bash
6
8
# install dependencies
@@ -14,14 +16,47 @@ npm run build
14
16
15
17
```
16
18
17
- ### Browser Support
19
+ # Folder structure
20
+ * build - webpack config files
21
+ * config - webpack config files
22
+ * dist - build
23
+ * src -your app
24
+ * api
25
+ * assets
26
+ * common
27
+ * components - your vue components
28
+ * mock
29
+ * styles
30
+ * views - your pages
31
+ * vuex
32
+ * App.vue
33
+ * main.js - main file
34
+ * routes.js
35
+ * static - static assets
36
+
37
+ # Theme
38
+ You can change theme by
39
+ 1 . Generate theme packages by [ https://elementui.github.io/theme-preview/#/ ] ( https://elementui.github.io/theme-preview/#/ )
40
+ 2 . Put theme packages in src/assets/theme/
41
+ 3 . Edit src/main.js
42
+ ``` bash
43
+ ~ ~import ' element-ui/lib/theme-default/index.css' ~~
44
+ import ' ./assets/theme/your-theme/index.css'
45
+ ```
46
+ 4 . Edit src/styles/vars.scss
47
+
48
+ ![ theme-blue] ( https://raw.githubusercontent.com/taylorchen709/markdown-images/master/vueadmin/rec-demo.gif )
49
+ ![ theme-green] ( https://raw.githubusercontent.com/taylorchen709/markdown-images/master/vueadmin/theme-green.png )
18
50
19
- Modern browsers and Internet Explorer 10+.
51
+ # Browser Support
20
52
21
- ### snapshots
22
- ![ image] ( https://raw.githubusercontent.com/taylorchen709/markdown-images/master/vueadmin/login.png )
23
- ![ image] ( https://raw.githubusercontent.com/taylorchen709/markdown-images/master/vueadmin/main.png )
24
- ![ image] ( https://raw.githubusercontent.com/taylorchen709/markdown-images/master/vueadmin/edit.jpg )
53
+ Modern browsers and IE 10+.
25
54
26
- ### License
55
+ # License
27
56
[ MIT] ( http://opensource.org/licenses/MIT )
57
+
58
+ 需要加微信群的可以先加我,备注vue
59
+
60
+
61
+
62
+ ![ wechatid] ( https://raw.githubusercontent.com/taylorchen709/markdown-images/master/mywechatid.jpg )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vueadmin" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " vue admin project" ,
5
5
"author" :
" taylor <[email protected] >" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments