5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-10 06:41:14 +08:00
wails/cmd/templates/vuebasic/template.json
2019-02-15 21:11:42 +11:00

13 lines
377 B
JSON

{
"name": "Vue2/Webpack Basic",
"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"
}