neutralinojs-cli
neutralinojs-cli copied to clipboard
Vite generated vuejs code not running as neutralino app (runs under simple local webserver)
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 Problem
- Add vite to a neutralino app
- Build vite application using 'npm run build'
- Use neu run to test application (also tried neu build, and running app directly)
- all HTML/CSS parts load, but not the vue application
Specifications
- NeutralinoJs Version: 2.7.0
- NeutralinoJs CLI version: 1.4.0
- Platform: Debian 5.10.46
- "@vitejs/plugin-vue": "^1.6.0",
- "@vue/compiler-sfc": "^3.2.6",
- "vite": "^2.5.2"
- "@neutralinojs/neu": "^6.1.0",
- "vue": "^3.2.6",
- "vue-router": "^4.0.11"