illright / attractions

A pretty cool UI kit for Svelte
https://illright.github.io/attractions
MIT License
1.04k stars 34 forks source link

Vite #365

Closed GuthmannDev closed 1 year ago

GuthmannDev commented 1 year ago

How can I install attractions with vite?

illright commented 1 year ago

Hi! I'm not sure how to answer that. Did you try the installation instructions on the website? What problems have you encountered?

GuthmannDev commented 1 year ago

There is no tutorial for Vite on the website, only for Webpack and Rollup

illright commented 1 year ago

True. The most important part is to install svelte-preprocess, after which you can follow the Rollup installation. I believe svelte-preprocess is installed automatically by create-svelte if you select something that needs it, like typescript

GuthmannDev commented 1 year ago

So I only need to add attractions, sass and postcss?

illright commented 1 year ago

Yes

GuthmannDev commented 1 year ago

PnPm say that I need to install svelte-preprocess