This is a simple boilerplate to get started with Neutralinojs, Vite and Vue.
Based on npm create vue@latest
starter and manually added Neutralinojs and TailwindCSS.
Clone the repo, remove the .git folder and have fun...
Make sure to update the neutralino.config.json
file with your app settings.
npm install
Run the following command to get the binaries for Neutralinojs:
npm run neu:update
Dev mode run yor Vue app and start Neutralinojs with HMR:
npm run neu:run
Build the Vue app and Neutralinojs:
npm run build
Currently only MacOS added ( I'm not a Windows/Linux user ;-) ), based on the nice work of https://github.com/hschneider/neutralino-build-scripts
npm run neu:build:release:mac