mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
* fix(cli): add babel conversion and vuex * docs: perfect Readme * fix(cli): modify vue3-js template routing mode * ref(cli): remove package.json.back file.
16 lines
472 B
JSON
16 lines
472 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"]
|
|
}
|