File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Material Design Icons for Vue.js
2
+
3
+
4
+ This library should grant an easy-to-use interface to icons from MDI.
5
+
6
+
7
+ ## Example
8
+
9
+ ```
10
+ const Vue = require('vue')
11
+ const HumanIcon = require('mdi-vue/HumanIcon')
12
+
13
+ new Vue({
14
+ el: '#some-html-element',
15
+ template: '<span><mdi-human-icon /></span>'
16
+ })
17
+ ```
18
+
19
+
20
+ Heavily inspired by [ mdi-react] ( https://github.com/levrik/mdi-react/ ) .
Original file line number Diff line number Diff line change 19
19
"url" : " https://github.com/therufa/mdi-vue/issues"
20
20
},
21
21
"author" : " Attila Max Ruf <attila.ruf@oden.hu>" ,
22
- "license" : " ( MIT + OFL-1.1) " ,
22
+ "license" : " MIT" ,
23
23
"scripts" : {
24
24
"clean" : " rm -rf build dist" ,
25
25
"prebuild" : " git submodule update --init && npm run clean && mkdir build dist" ,
26
- "postbuild" : " echo \" Build is done.\" " ,
27
- "build" : " node build.js && babel build --out-dir dist" ,
26
+ "build" : " node build.js && babel build --out-dir dist && cp *LICENSE dist" ,
28
27
"prepublish" : " cd .. && npm run build && cd ./dist"
29
28
},
30
29
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments