Giter Club home page Giter Club logo

cordova-svelte-app's Introduction

Svelte Cordova template

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.

Get started

Install the dependencies...

cd svelte-cordova-app
npm install

Run local dev server (no cordova)

npm run dev

Add your cordova platform

cd src-cordova
cordova platform add android/ios

Develop on your device with hot reload

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.

  • You need to have an emulator/device connected to adb
  • Your device has to be connected to the same wifi network as your workstation.

To build a prod version:

npm run build-android

or

npm run build-ios

To build the svelte bundle into the src-cordova folder, without actually building the native project

npm run bundle-android

or

npm run bundle-ios

IOS quirks

You need to add a build.json file in src-cordova folder with your developer id. More info at cordova docs

cordova-svelte-app's People

Contributors

zenahr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.