nuxt / vite

⚡ Vite Experience with Nuxt 2

Home Page:https://vite.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The project is loading slowly

Rasool-deldar opened this issue · comments

The output project takes less than 5 seconds, but it takes about 10 minutes or more to load in the browser in dev mode. Please fix this problem (:

"dependencies": {
    "core-js": "^3.6.5",
    "nuxt": "^2.15.3"
  },
  "devDependencies": {
    "@nuxtjs/eslint-config": "^3.1.0",
    "@nuxtjs/eslint-module": "^2.0.0",
    "@nuxtjs/vuetify": "^1.11.2",
    "@vue/test-utils": "^1.1.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.5.0",
    "eslint": "^7.10.0",
    "eslint-plugin-nuxt": "^1.0.0",
    "jest": "^26.5.0",
    "nuxt-vite": "0.0.36",
    "vue-jest": "^3.0.4"
  }

@Rasool-deldar Could you provide a reproduction? That is ... definitely longer than expected 😆

Same here for me. Nuxt-vite with tailwindcss only.
Capture

Close due to inactive