Overview
Svelvet is an experimental Svelte compiler and watcher that is designed to work with snowpack v1. It was developed to address the lack of an easy way to integrate Svelte and Snowpack. However, with the release of Snowpack v2, which now includes built-in support for Svelte, Svelvet is no longer necessary. Additionally, the author has decided not to continue supporting Svelvet due to production performance issues with esm.
Features
- Experimental Svelte compiler
- Integration with Snowpack v1
- Real-time file watch and compilation
Installation
To install Svelvet, follow these steps:
- Make sure you have Node.js and npm installed on your machine.
- Create a new project folder and navigate to it using the command line.
- Run the following command to install Svelvet:
npm install svelvet
- Once the installation is complete, you can start using Svelvet in your project.
Summary
Svelvet is an experimental Svelte compiler and watcher that was created to enable seamless integration between Svelte and Snowpack v1. However, with the release of Snowpack v2, which now includes built-in support for Svelte, the need for Svelvet has been eliminated. Additionally, the author has decided not to continue supporting Svelvet due to production performance issues.