This project is a template for NeutralinoJS integrating with Vue 3.
VS Code + Vue (Official) (and disable Vetur).
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
See Vite Configuration Reference.
npm installDownload the necessary Neutralinojs binaries for your platform:
npm run neu:updateIn one terminal, start the Vue development server:
npm run devIn another terminal, run the application in development mode:
npm run neu:runnpm run buildnpm run neu:buildNote: You can also install the Neutralinojs CLI globally if you prefer:
npm install -g @neutralinojs/neuThen you can use neu commands directly:
neu update
neu run
neu build
neu build --release