starting point of vue app

This commit is contained in:
2020-02-13 17:07:35 +01:00
parent a7180743fd
commit 206d3f769b
261 changed files with 44621 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "mdi",
"main": [
"scss/materialdesignicons.scss"
],
"homepage": "http://materialdesignicons.com",
"authors": [
{ "name": "Austin Andrews", "homepage": "http://templarian.com" },
{ "name": "Google", "homepage": "http://www.google.com/design" }
],
"license": ["OFL-1.1", "MIT"],
"ignore": [
"*.md",
"*.json"
],
"keywords": [
"material",
"design",
"icons",
"webfont"
]
}