An open API service indexing awesome lists of open source software.

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

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
```