question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow a way to get the "full build" of Vue using the CLI

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
jonathanbrincatcommented, Jul 9, 2018

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 in package.json or it’s own vue.config.js file.

2reactions
Akryumcommented, Jul 9, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found