Giter Club home page Giter Club logo

overwolf-svelte-boilerplate's Introduction

Overwolf Svelte Boilerplate

A minimial Svelte boilerplate for Overwolf, inspired by Overwolf Modern React Boilerplate

Features

  • Overwolf Plugin
  • In game overlay and Desktop window
  • Svelte and ES Modules support
  • Nano Stores by Overwolf Nano Stores
  • TailwindCSS and DaisyUI
  • Markdown render by MDsveX
  • Drag to move windows

Requirements

  • Node version >=18

Getting started

Clone with Github's "Use this template":

use this template

Clone with degit:

# make copy of this repository
npx degit ntsd/overwolf-svelte-boilerplate `my-new-repo`

# change to project directory
cd overwolf-svelte-boilerplate

# install dependencies
npm i

# build overwolf plugin, you can now use `Load unpacked extension` to test the local plugin at `build`.
npm run build

# create opk file
npm run create-opk

Project Structure

├── src
│   ├── lib
│   │   ├── BackgroundWindow.svelte         - The background will always running to control which page to restore
│   │   ├── CurrentPage.svelte              - A component to check which page to render
│   │   ├── DesktopWindow.svelte            - Desktop window
│   │   └── InGameWindow.svelte             - In Game Window
│   ├── routes                              - Routes for svelte
│   ├── utils                               - Utilities script for overwolf API
|   ├── overwolf.dev.mock.ts                - Overwolf Mock to make it works for `npm run dev`
|   ├── consts.ts                           - Constants variables
|   └── app.postcss                         - Global CSS
├── static                                  - static data includes manifest.json and icons
├── svelte.config.js                        - Sveltekit configuration
└── tailwind.config.ts                      - Tailwind configuration

Roadmap

We are using Github Project for the roadmap and task-board.

overwolf-svelte-boilerplate's People

Contributors

ntsd avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.