-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow a way to get the "full build" of Vue using the CLI #1040
Comments
You can use compiler: true in vue.config.js |
Sorry, I don't see a |
Create one at the root of your project. |
Ah, okay, I see what you're talking about. For others coming here, documentation is here: https://alligator.io/vuejs/using-new-vue-cli-3/#the-vueconfigjs-file |
For the sanity of others a slight correction to the above info. Key to trigger boolean is: Fyi configuration can either go under a |
Documentation: https://cli.vuejs.org/config/#runtimecompiler |
What problem does this feature solve?
(Forgive me if this already exists, I couldn't find it)
As I'm sure you are all aware, there are a few different builds of Vue included in the NPM package. I would be helpful to be able to specify "I would like the full build version."
What does the proposed API look like?
Eg,
vue-cli-service serve --build=full
The text was updated successfully, but these errors were encountered: