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

Vite generated vuejs code not running as neutralino app (runs under simple local webserver)

Open marizmelo opened this issue 3 years ago • 0 comments

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

  1. Add vite to a neutralino app
  2. Build vite application using 'npm run build'
  3. Use neu run to test application (also tried neu build, and running app directly)
  4. 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"

marizmelo avatar Sep 07 '21 02:09 marizmelo