Skip to content

zeuros/neutralino-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neutralinojs-angular

An empty Neutralinojs + Angular app, extend as you wish

Since neutralino's using frontend libraries tutorial is broken for angular, I had to use this post instead Frontend build for angular is broken since

Install neutralino & angular dependencies (globally)

npm install -g @neutralinojs/neu
npm install -g @angular/cli

Initialize neutralino & angular

_Run this into project root to create & fill bin/ with Neutralino binaries

neu update

Install angular dependencies

cd angular-src
npm i

Run app

cd angular-src
npm run watch

Then

neu run

Refresh the page after each frontend edit

Known limitations

  • Have to refresh the page manually after each change

Using the classic npm start will create a front server but all the transpiled files are in memory only. Thus Neutralino cannot patch the neutralino.js & set its JS's window variables

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published