WARNING
Svelte Standalone is compatible with both Svelte 4 and Svelte 5. Ensure you install the correct version for your Svelte setup to avoid compatibility issues.
Installation Guide
Follow these steps to set up Svelte Standalone in your project:
- Create a New Svelte App: Use the Svelte CLI and choose the tools that best fit your workflow.
- Clean Up Boilerplate Code: Delete the boilerplate code generated by Svelte, but make sure to keep the
app.html
file. - Install Svelte Standalone
TIP
My current workflow includes Svelte 4 with Svelte Standalone. This version is well tested and used in a daily basis.
If you want to use it as myself, create your Svelte project - with the svelte CLI - and downgrade the following dependencies: svelte@4 @sveltejs/vite-plugin-svelte@3
For Svelte 4:
bash
npm install -D svelte-standalone@latest
For Svelte 5:
bash
npm install -D svelte-standalone@beta
Troubleshooting
If you encounter any issues during installation, open an issue on GitHub for assistance.