mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
13 lines
371 B
JSON
13 lines
371 B
JSON
{
|
|
"name": "Vue2/Webpack",
|
|
"shortdescription": "A basic Vue2/WebPack4 template",
|
|
"description": "A basic template using Vue 2 and bundled using Webpack 4",
|
|
"author": "Lea Anthony<lea.anthony@gmail.com>",
|
|
"created": "2018-12-01",
|
|
"frontenddir": "frontend",
|
|
"install": "npm install",
|
|
"build": "npm run build",
|
|
"serve": "npm run serve",
|
|
"bridge": "src"
|
|
}
|