mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
18 lines
484 B
JSON
18 lines
484 B
JSON
{
|
|
"name": "Vue3 JS",
|
|
"version": "1.0.0",
|
|
"shortdescription": "A template based on Vue 3, Vue-router, Vuex, and Webpack5",
|
|
"description": "A template based on Vue 3, Vue-router, Vuex, and Webpack5",
|
|
"install": "npm install",
|
|
"build": "npm run build",
|
|
"author": "Misitebao <i@misitebao.com>",
|
|
"created": "2021-05-02 17:25:55",
|
|
"frontenddir": "frontend",
|
|
"serve": "npm run serve",
|
|
"bridge": "src",
|
|
"wailsdir": "",
|
|
"platforms": [
|
|
"linux",
|
|
"darwin"
|
|
]
|
|
}
|