Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to re-initialize Vue 3 scaffolding

There are npm init vue@latest and npm create vue@3 to scaffold new Vue project.

I know there is a command that re-initializes the scaffolding command so you can add, for example, TypeScript or Cypress. Can’t find it even though I remember I pulled it off once, but can’t remember how I did it.

Any help would be appreciated.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

As far as i can remember this was possible in vue2 when using vue-cli, where you could do vue add xxx. I think this is no longer possible with vue3, you just redo the commands to scaffold a new project or just do npm install of individual packages that you need.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading