https://github.com/theanh-it/example-app
https://github.com/theanh-it/example-app
bun capacitor pinia vite vue-router vue3 vuetify
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/theanh-it/example-app
- Owner: theanh-it
- Created: 2025-04-06T09:52:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T10:04:43.000Z (about 1 year ago)
- Last Synced: 2025-04-09T22:51:46.675Z (about 1 year ago)
- Topics: bun, capacitor, pinia, vite, vue-router, vue3, vuetify
- Language: Vue
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun + Typescript + vite + vue3 + pinia + capacitor
```
Bun 1.2.5
vue3
capacitor 7
```
##
```
bun run add android
bun run add ios
```
## Development
```
bun run dev
change variable dev in capacitor.config.ts "false" => "true"
bun run copy
bun run open android
bun run open ios
```
### Production
```
bun run build
change variable dev in capacitor.config.ts "true" => "false"
bun run sync
```