DominicChm / neutralinojs-ts-svelte-template

A template to use Neutralinojs with Typescript, Svelte, and Vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neutralinojs-ts-svelte-template

A bare-bones template to use Neutralino.js with Svelte, Typescript, and Vite.

Quick Start

To get started, run

git clone git@github.com:DominicChm/neutralinojs-ts-svelte-template
cd neutralinojs-ts-svelte-template
npm install
npm run dev

Make sure to edit neutralino.config.json to suit your project! (Especially the CHANGEME fields!)

Packaging

To package your app, simply run

npm run build

Executables should now be in the dist directory.

Editing

Generally, static files go in /public and source files (svelte or ts) go in /src. Other than that, it's up to you! NOTE: At the time of creation, I couldn't find an updated source of typing for the neutralino client lib.

About

A template to use Neutralinojs with Typescript, Svelte, and Vite


Languages

Language:TypeScript 46.3%Language:Svelte 31.3%Language:HTML 13.6%Language:JavaScript 8.8%