You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Currently the vue cli is the recommended way to setup an app, and you no longer use webpack directly. Instead you have a vue.config.js that you work with.
The text was updated successfully, but these errors were encountered:
This is quite opinionated in my opinion. Most of our vue projects are created without Vue CLI as we need greater control or have requirements that are outside the scope of what is offered from Vue CLI.
I think this project scratches the itch for those who don’t want to use Vue CLI
One other thing to point out is that vue cli doesnt work "out the box" for library scenarios, i.e where you want to bundle pre-made typescript libraries, as it doesnt output the declaration files without much hackery and increasing the build time by about 10x.
Currently the vue cli is the recommended way to setup an app, and you no longer use webpack directly. Instead you have a
vue.config.js
that you work with.The text was updated successfully, but these errors were encountered: