Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OrigamingWasTaken/neutralino-svelte
A svelte + neutralino template
https://github.com/OrigamingWasTaken/neutralino-svelte
Last synced: 3 months ago
JSON representation
A svelte + neutralino template
- Host: GitHub
- URL: https://github.com/OrigamingWasTaken/neutralino-svelte
- Owner: OrigamingWasTaken
- License: mit
- Created: 2024-01-12T19:22:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T14:39:52.000Z (6 months ago)
- Last Synced: 2024-08-05T17:06:42.735Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 13.2 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neutralino - neutralino-svelte - Neutralino Boilerplate With Svelte As Frontend Framework (Boilerplates)
README
Neutralino + Svelte
![]()
---
This is a starter template for neutralino that uses **Vite** and **Svelte**. You can directly write your app using svelte!
## Using the template
Simply use the command `neu create app_name --template OrigamingWasTaken/neutralino-svelte`Then `cd` into your project and do `npm install`
## Running your app
To run your app, use the command `npm run dev`
## Building your app
Fill the `build.config.ts` file in the root of the project and run the `npm run build` command.
> This will package your app for Linux, MacOS, and Windows
## Replacing Svelte
This template can also support Vue, React, etc... as it uses Vite. You can easily swap the frontend.
> Q: Why would I do this instead of using another template?
> A: Well you see, the good thing about this template is that it includes crossplatform build and package scripts. So no need to make your own.