pmanu93 / au-neutralino-sample

Testing the au-neutralino template with a simple app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

        

au-neutralino

A template for getting started with aurelia running on neutralino.js.

NOTE:
This is using Aurelia v2 , which is still in alpha stage!

You can find documentation for this version here

Setup

Install neu-cli:

npm i -g @neutralinojs/neu

Install dependencies:

npm i

Development

To run the application you must build it first:

neu build

then

neu run

Debugging

By default, neutralino runs in a window. You can enable the inspector changing the value of enableinspector in settings.json file.

It's also possible to run the application in the browser. for that you simply change de value of mode in settings.json from window to browser.

For more information check Neutralino documentation

Release

To create an executable for your application, you run:

neu release

this will create a dist folder with the executables for linux, windows and mac platforms.

About

Testing the au-neutralino template with a simple app

License:MIT License


Languages

Language:JavaScript 46.6%Language:TypeScript 20.6%Language:HTML 19.8%Language:Less 13.0%