overwolf-svelte Svelte Themes

Overwolf Svelte

An Overwolf sample app utilizing Svelte.

Overwolf-Svelte Sample App

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.

Get started

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.

Building and running in production mode

To create an optimised version of the app:

npm run build

Using TypeScript

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

Top categories

Loading Svelte Themes