Skip to content

Commit 353edd1

Browse files
committed
update version
1 parent 844d1e7 commit 353edd1

File tree

2 files changed

+45
-10
lines changed

2 files changed

+45
-10
lines changed

README.md

Lines changed: 44 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
### Usage
1+
**demo**: [https://taylorchen709.github.io/vue-admin/](https://taylorchen709.github.io/vue-admin/)
22

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)
46

57
``` bash
68
# install dependencies
@@ -14,14 +16,47 @@ npm run build
1416

1517
```
1618

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)
1850

19-
Modern browsers and Internet Explorer 10+.
51+
# Browser Support
2052

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+.
2554

26-
### License
55+
# License
2756
[MIT](http://opensource.org/licenses/MIT)
57+
58+
需要加微信群的可以先加我,备注vue
59+
60+
61+
62+
![wechatid](https://raw.githubusercontent.com/taylorchen709/markdown-images/master/mywechatid.jpg)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vueadmin",
3-
"version": "1.0.2",
3+
"version": "1.0.5",
44
"description": "vue admin project",
55
"author": "taylor <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)