Provide option to create blank App.vue without HelloWorld.vue
See original GitHub issueWhat 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:
- Created 5 years ago
- Reactions:9
- Comments:7 (2 by maintainers)
Top 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 >
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 Free
Top 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
Maybe
vue create name --bare
Le jeu. 2 août 2018 à 15:06, Lloyd Atkinson notifications@github.com a écrit :
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.