mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 07:05:50 +01:00
12 lines
370 B
JSON
12 lines
370 B
JSON
{
|
|
"name": "Vanilla",
|
|
"shortdescription": "A Vanilla HTML/JS template",
|
|
"description": "A basic template using plain html/js and bundled using Webpack 4",
|
|
"author": "Lea Anthony<lea.anthony@gmail.com>",
|
|
"created": "2020-06-14",
|
|
"frontenddir": "frontend",
|
|
"install": "npm install",
|
|
"build": "npm run build",
|
|
"serve": "npm run serve",
|
|
"bridge": "src"
|
|
}
|