Like redline but simplified.
- node 20
- capacitor 7
- vue 3.5
- dexie 4
- date-fns 4
- @mdi/font 7
- vue-data-ui 2.6
To run the provided example, you can use npm start
command.
npm run dev
Add android (or ios) support into capacitor project:
npm install @capacitor/android
npx cap add android
Then every time you want a mobile app build, open the android folder with android studio ad build it.
Whenever you make an application change, build and sync:
npm run build
npm run sync
See these instructions for more details.
This app was created using @capacitor/create-app
,
and comes with a very minimal shell for building an app.