Files
wails/cmd/templates/vuewebpack/template.json
2019-01-31 18:59:07 +11:00

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"
}