This is a project template using Svelte based on the Overwolf Sample App.
To create a new project based on this template using degit:
npx degit yourfavoritekyle/overwolf-svelte ow-app
cd ow-app
Note that you will need to have Node.js installed.
Install the dependencies...
npm install
...then start Rollup:
npm run dev
If you're using Visual Studio Code we recommend installing the official extension Svelte for VS Code. If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.
To create an optimised version of the app:
npm run build
If you want to use baseUrl
or path
aliases within your tsconfig
, you need to set up @rollup/plugin-alias
to tell Rollup to resolve the aliases. For more info, see this StackOverflow question.
Psst — looking for a more information on Svelte? Check out Svelte!
Maybe you need more information on Overwolf? Check out Overwolf