neutralinojs-cli icon indicating copy to clipboard operation
neutralinojs-cli copied to clipboard

neu cli for Neutralinojs

Results 58 neutralinojs-cli issues
Sort by recently updated
recently updated
newest added

I followed the guidelines [here](https://neutralino.js.org/docs/how-to/use-a-frontend-library/) and successfully set up a React app running Neutralino and successfully hot-reloading. Upon following a similar process for Vue 3, I managed to run the...

Cannot export patchFile. This occurs on all platforms. There might be many exports that might return `null` as they may not be defined in `config.json`. As a better practice, should...

## Current Implementation the code lacks any consistent coding style and does not follow any specific linting rule, because of this: 1. different sections of code have different styles followed...

Hello, Maybe it would be good to include the Typescript definitions in the "create" command.

### Actual Behaviour - When the development server is not started and we run `neu run --frontend-lib-dev` the app doesnt function and shows `Could not connect: Connection refused` ### Expected...

- This PR will have more commits to cleanup code

Note: This is my very first experience with Neutralino and I'm just following the [the docs](https://neutralino.js.org/docs/getting-started/your-first-neutralinojs-app). I didn't see an existing bug for this. **Expected Behavior** Build command creates a...

**Expected Behavior** Vite generated application run as neutralinojs app **Actual Behavior** Does not trigger vuejs application (it run fine with simple http server under dist/ folder) **Steps to Reproduce the...

Just tried using neutralinojs, tauri and electron to package a Vue-based website and did a quick comparison. Surprisingly, neutralinojs produces the largest binary! res.neu is incredibly 75 MB and it...