FuelLabs / fuels-ts

Fuel Network Typescript SDK
https://docs.fuel.network/docs/fuels-ts/
Apache License 2.0
44.04k stars 1.36k forks source link

Add Vite template for `create fuels` #2838

Closed arboleya closed 3 months ago

arboleya commented 4 months ago

Take the NextJS template as a reference:

The Vite template should be made the default one, replacing NextJS.

npm create fuels

One should be able to install it also by informing the template option:

npm create fuels -- --template vite

cc @FuelLabs/devrel

arboleya commented 4 months ago

Blocked by: