5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 13:00:08 +08:00
wails/cmd/templates/vue3-full/frontend
2020-10-25 20:30:08 +11:00
..
src Added semicolons and mocha import 2020-10-25 20:30:08 +11:00
tests/unit Added semicolons and mocha import 2020-10-25 20:30:08 +11:00
.browserslistrc feat: Vue3, Vue Router, Vuex, and Typescript Template 2020-10-25 20:30:08 +11:00
.eslintrc.js feat: Vue3, Vue Router, Vuex, and Typescript Template 2020-10-25 20:30:08 +11:00
.gitignore feat: Vue3, Vue Router, Vuex, and Typescript Template 2020-10-25 20:30:08 +11:00
package.json.template feat: Vue3, Vue Router, Vuex, and Typescript Template 2020-10-25 20:30:08 +11:00
README.md feat: Vue3, Vue Router, Vuex, and Typescript Template 2020-10-25 20:30:08 +11:00
tsconfig.json feat: Vue3, Vue Router, Vuex, and Typescript Template 2020-10-25 20:30:08 +11:00
vue.config.js single quotes and tabs 2020-10-25 20:30:08 +11:00

vue basic

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.