[READ-ONLY] Mirror of https://github.com/probablykasper/svelte-template. Svelte + Vite + HMR + TypeScript + Preprocessor support
svelte template
0

Configure Feed

Select the types of activity you want to include in your feed.

Add Capacitor note

Kasper (Mar 13, 2021, 12:21 AM +0100) a3c837f5 a02d9355

+2
+2
README.md
··· 24 24 25 25 `src/main.ts` is built and bundled into `build/bundle/`. 26 26 27 + If you want to add support for Android/iOS/Electron using Capacitor, read [Adding Capacitor to an existing web app](https://capacitorjs.com/docs/getting-started#adding-capacitor-to-an-existing-web-app). Just make sure to set webDir to `"build"` in `capacitor.config.json`. 28 + 27 29 ## Commands 28 30 29 31 ### `npm run start`