-
-
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
Preset "Router" not working #1479
Comments
Hmm this is really weird, unfortunately, I've never run into this and have no way to reproduce this, so there's really nothing we can do about it. |
@yyx990803, I film it :) |
Oh this seems to be a UI only problem. @Akryum |
Yes, problem in UI. |
I can't reproduce with neither vue-cli 3.0.0-beta.15 nor the dev branch. I'm using node 10.3.0 and npm 6.1.0 on MacOS. |
Yeah, I wasn't able to reproduce either. |
Version
3.0.0-beta.15
Reproduction link
https://github.com/dimensi/test-vue-cli
Steps to reproduce
Start vue-cli ui. Try create new project.
Select npm as package manager.
Select manual preset
Select Babel, Vuex, Router, CSS, Linter presets.
Select Stylus.
Pick linter "Eslint Standard"
Wait installing and open the project
What is expected?
Vue-router in project
What is actually happening?
Nothing. Installing only vuex.
I can't understand what's happen.
I try create 5 times a new project.
4 times i not got router. 1 time i got router, but not got babel...
The text was updated successfully, but these errors were encountered: