mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
15 lines
468 B
JSON
Executable File
15 lines
468 B
JSON
Executable File
{
|
|
"name": "Vuetify1.5/Webpack Basic",
|
|
"version": "1.0.0",
|
|
"shortdescription": "A basic Vuetify1.5/Webpack4 template",
|
|
"description": "Basic template using Vuetify v1.5 and bundled using Webpack",
|
|
"install": "npm install",
|
|
"build": "npm run build",
|
|
"author": "lea <lea.anthony@gmail.com>",
|
|
"created": "2019-05-25 09:39:40.009307 +1000 AEST m=+59.539991073",
|
|
"frontenddir": "frontend",
|
|
"serve": "npm run serve",
|
|
"bridge": "src",
|
|
"wailsdir": ""
|
|
}
|