Skip to content

pmanu93/au-neutralino-sample

Repository files navigation

        

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published