-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Add --use-cache
option
#280
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
Comments
I think it's good idea. 👍 |
I think this should just be by default and always check. This would also enable offline usage |
Use cache by default , |
Good idea. |
@likun7981 I actually think we should always check and add an option for offline like yarn's we can even add a |
@posva your idea is nice , but sometimes , I just want to update the current one which I need . |
@likun7981 That's what I was saying 😄 : |
Sorry , that’s my fault 😂 , I just didn't completely understand your meaning. I understand now. |
@likun7981 😆 No worries. I was just thinking out loud. I think we shouldn't add a |
Any thoughts on #303 ? |
Maybe we can download the repo to
~/.vue-cli/repos
instead of a random temp path so that we can use cached version later. 🤔How do you think?
The text was updated successfully, but these errors were encountered: