项目作者: el3um4s

项目描述 :
Boilerpate for create a desktop app with Svelte and electron (with electron-updater, electron-reload and electron-builder)
高级语言: JavaScript
项目地址: git://github.com/el3um4s/memento-svelte-electron.git
创建时间: 2021-05-20T09:01:35Z
项目社区:https://github.com/el3um4s/memento-svelte-electron

开源协议:Other

下载


MEMENTO - Svelte & Electron

Boilerpate for create a desktop app with Svelte and electron (with electron-updater, electron-reload and electron-builder)


Get started

Note that you will need to have Node.js installed.

Install the dependencies…

  1. npm install

…then start Rollup:

  1. npm run dev

Building and running in production mode

To create a version of the app:

  1. npm run build-installer

Publish to GitHub

  1. npm run publish