mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 13:19:00 -07:00
14 lines
432 B
JSON
Executable File
14 lines
432 B
JSON
Executable File
{
|
|
"name": "Vuetify Basic",
|
|
"version": "1.0.0",
|
|
"shortdescription": "Vuetify + Webpack",
|
|
"description": "Basic template using Vuetify 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": ""
|
|
} |