Initial create of vuetify2-basic folder

This commit is contained in:
Michael Hipp
2019-09-06 05:54:28 -05:00
committed by Travis McLane
parent c506c95506
commit 702b475a3b
12 changed files with 335 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "Vuetify2/Webpack Basic",
"version": "1.0.0",
"shortdescription": "A basic Vuetify2/Webpack4 template",
"description": "Basic template using Vuetify v2 and bundled using Webpack",
"install": "npm install",
"build": "npm run build",
"author": "Michael Hipp <michael@redmule.com>",
"created": "2019-09-06",
"frontenddir": "frontend",
"serve": "npm run serve",
"bridge": "src",
"wailsdir": ""
}