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.

Provide option to create blank App.vue without HelloWorld.vue

See original GitHub issue

What problem does this feature solve?

Developers with Vue experience do not need the App.vue component to display Vue ecosystem links (as they are already familiar with them) and do not need the HelloWorld.vue component either.

Deleting them is an extra step to perform when the new project has been made. Implementing this feature removes this extra step.

What does the proposed API look like?

An extra toggle option in the following menu:

Vue CLI v3.0.0-rc.10
? Please pick a preset: Manually select features
? Check the features needed for your project: Babel, Linter, Unit
? Pick a linter / formatter config: Basic
? Pick additional lint features: Lint on save
? Pick a unit testing solution: Jest
? Where do you prefer placing config for Babel, PostCSS, ESLint, etc.? In dedicated config files
? Save this as a preset for future projects? No
? Scaffold ecosystem links and HelloWorld component? [Default: Yes]

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:9
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

6reactions
Akryumcommented, Aug 3, 2018

Maybe vue create name --bare

Le jeu. 2 août 2018 à 15:06, Lloyd Atkinson notifications@github.com a écrit :

A flag sounds reasonable.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vuejs/vue-cli/issues/2030#issuecomment-409919261, or mute the thread https://github.com/notifications/unsubscribe-auth/ACqyfH8Q1g6JB5Kmci6KVvyr53L1c8i7ks5uMvlLgaJpZM4VrM5v .

6reactions
aryehofcommented, Aug 2, 2018

Scaffold ecosystem links and HelloWorld component

Confusing terminology to a newcomer. Most beginners will have no idea what this means. I think it better to leave things as they are. The time taken to remove the default example boilerplate is trivial compared to the potential confusion to new users.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating a Project | Vue CLI
The default setup is great for quickly prototyping a new project, while the manual setup provides more options that are likely needed for...
Read more >
Vue.js tutorial: How to create Vue.js app in 5 minutes?
1. Install @vue/cli · 2. Create a project · 3. Start a project · 4. Create a new component · 5. Create an...
Read more >
Creating Your First Vue 3 Project - A Vue Tutorial - LearnVue
Once we choose the Vue 3 option, our app should build. When it's done, we just have to go inside our project and...
Read more >
Build and Deploy a Single Page App with Vue 3 + Vite and Pinia
This guide will cover in detail the steps to create a functional example bookstore single page application using Vue 3 and run it...
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 >

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