Files
wails/cmd/templates/vuewebpack/template.json
2018-12-26 16:27:07 +11:00

10 lines
323 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"
}