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-cliFor Vue:
sveltease-cli init vueFor React with Vite:
sveltease-cli init react-viteFor React with CRA:
sveltease-cli init react-craFor NextJS:
sveltease-cli init nextFor Webpack:
sveltease-cli init webpack webpack.config.jsAnd just answers the questions ! It's that simple.
Go to the sveltease repository to see its full usages: