CLI tool to easily generate config for svelte integration in vue, react with vite, react with c-r-a and next.
npm i -g sveltease-cli
For Vue:
sveltease-cli init vue
For React with Vite:
sveltease-cli init react-vite
For React with CRA:
sveltease-cli init react-cra
For NextJS:
sveltease-cli init next
For Webpack:
sveltease-cli init webpack webpack.config.js
And just answers the questions ! It's that simple.
Go to the sveltease repository to see its full usages: