0.0.4 • Published 4 years ago

qcobjects-electron-app v0.0.4

Weekly downloads
-
License
LGPL-3.0-or-later
Repository
-
Last release
4 years ago

qcobjects-electron-app

This is a template of QCObjects

this template is based on the Electron Quick Start Project

Install this template

In a shell inside a new project folder, write the following:

> qcobjects create --custom=qcobjects-electron-app myapp

Where "myapp" is the name of your new app.

Install dependencies

# Install dependencies
> npm install qcobjects --save
> npm install electron --save-dev

In the package.json file, add the following:

"scripts": {
  "start": "electron ."
},

Run the Electron development server

> npm start

More info about Electron

You can go to the official page of Electron to get more info just click here

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago