Allow a way to get the "full build" of Vue using the CLI
See original GitHub issueWhat 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
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
CLI Service - Vue CLI
Inside a Vue CLI project, @vue/cli-service installs a binary named vue-cli-service . You can access the binary directly as vue-cli-service in ...
Read more >Which command do I use to generate the build of a Vue app?
Get the VUE CLI at https://cli.vuejs.org/guide/ and use the UI build to make it easy. Then in configuration you can change the public...
Read more >A Beginner's Guide to Vue CLI - SitePoint
When building a new Vue app, the best way to get up and running quickly is to use Vue CLI. This is a...
Read more >Vue JS 3 Tutorial for Beginners #4 - The Vue CLI ... - YouTube
In this Vue 3 tutorial we'll use the Vue CLI to boilerplate a larger Vue project for us, which will ultimately contain multiple...
Read more >How to Use Vue CLI for Easier VueJS Project Management
The landing view for the Vue Project Manager is http://localhost:8000/project/select . This view allows you to view any project that has been ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For the sanity of others a slight correction to the above info. Key to trigger boolean is:
runtimeCompiler: true
Fyi configuration can either go under a
vue
config key inpackage.json
or it’s ownvue.config.js
file.Documentation: https://cli.vuejs.org/config/#runtimecompiler