Reputation: 335
I'm currently using Nuxt.js to scaffold my Vue app. Is it possible to use Nuxt as part of a Vue Cli 3 project so I can benefit from both? I can't find instructions from their official docs.
Upvotes: 13
Views: 3606
Reputation: 1363
You can try https://github.com/andoshin11/vue-cli-plugin-nuxt-starter-template#readme which is a vue cli 3 plugin for nuxt. As of this answer, please beware of the warning at the page which reads as:
This plugin may cause some issues depending on the combination of your vue-cli setups. Feel free to send any scale of issues. All of your feedbacks are gold to me.
Upvotes: 1