This is a project template for Svelte apps running inside cordova apps. It lives at https://github.com/syonip/svelte-cordova-template.
To create a new project based on this template using degit:
npx degit syonip/svelte-cordova-template svelte-cordova-app
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-cordova-app
npm install
npm run dev
cd src-cordova
cordova platform add android/ios
Back in the root folder:
npm run dev-android
or
npm run dev-ios
This will run the cordova project with a web view pointing to your workstation's IP.
You should see the message Cordova deviceready fired!
if cordova loaded correctly.
Try to change something in App.svelte, and you should see the content reload in your device.
npm run build-android
or
npm run build-ios
npm run bundle-android
or
npm run bundle-ios
You need to add a build.json
file in src-cordova
folder with your developer id. More info at cordova docs