Version: 1.x
Svelte Integration
If you're using the @vime-js/complete
package inside Svelte then you'll need to do a little extra
setting up. For all other packages you don't need to do anything special, compile it the same as you'd
compile any other Svelte component.
There are setup instructions below for:
#
RollupIn addition to your usual setup you'll need to do the following.
info
If you want to start an application quickly then checkout the official Svelte Rollup template.
#
Install- NPM
- Yarn
#
ConfigureExtend your Rollup configuration with the following
#
WebpackIn addition to your usual setup you'll need to do the following.
info
If you want to start an application quickly then checkout the official Svelte Webpack template.
#
Install- NPM
- Yarn
#
ConfigureExtend your Webpack configuration with the following