Svelvet screenshot

Svelvet

Author Avatar Theme by Jacobdeichert
Updated: 1 May 2022
293 Stars

An experimental svelte compiler & watcher that works with snowpack

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:

  1. Make sure you have Node.js and npm installed on your machine.
  2. Create a new project folder and navigate to it using the command line.
  3. Run the following command to install Svelvet:
npm install svelvet
  1. 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.