nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.48k stars 429 forks source link

Redundant Vue Dependency in fresh install #1011

Open fadamakis opened 1 year ago

fadamakis commented 1 year ago

Version

create-nuxt-app: v4.0.0

Steps to reproduce

What is Expected?

Only Nuxt and maybe corejs should be dependencies as instructed in the manual installation section. Vue should be a deep dependency of Nuxt.

What is actually happening?

Vue and Vue-server-rendered and vue-template-compiler are added as dependencies alongside Nuxt image