vue create not working when creating new project in cmd [closed] - vue.js

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
i have installed the vue/cli by using npm but when i write vue create noting is loading
https://i.stack.imgur.com/xFVOk.png

I had the same issue this morning. Same version (4.1.2).
I disconnected from the internet/network, tried again and it worked 100%. It seems like its waiting for a network request to respond (which never does). Hope this helps.

Related

I CAN'T RIGHT CLICK INSIDE ANDROID STUDIO [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 days ago.
Improve this question
I have a problem with android studio, from time to time it does not allow me to right click inside ANDROID STUDIO , this is too frustrating even after shutting down or restarting it still the same, I have been looking for the reason for this for 2 days, can someone help me
Already restarted the PC, uninstalled the plugins and nothing, I don't know why this happens

Create custom server [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
love the data and how sorted and process, and how can controlled.
I wanna to know if can build own server, and how can upload the data in it.
That depends on the type of data that you want to store.
Assuming you simply want to upload and store files on a server, then you can consider using minio. You can run it locally by following the instructions described here.

How can i add new Routes to API Platform [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
i started using API Platform together with Symfony and i don't know how to add a route, can anybody point me to the right direction?
its quite simple..
You first create your Entity like
php bin/console Make:Entity
and then you just have to add some decorator to it like this
/**
* #ApiResource()
*/
Please read this starter guide which should help you with your question:
https://api-platform.com/docs/core/getting-started/

How to use yuicompressor in node application to minify javascript [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Can anyone spot an example where yuicompressor is used in node application to minify javascript or css.
Using "node-minify" node-module, once can minify javascript or css. In this module we can specify whether to mimize using yui-compressor or using uglifyjs, google composure etc

how to post the code to some host [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
how to post my web application and also the source code to a host..i want every one can see my project..i'm just know how to post an image..how to do that?
You can share your project using code.google.com click here where you can put all your code so that other peoples can also see your project.There is another option also that is GitHub you can also use that but it is having limited space.One thing which very important that is before committing your source code prepare proper documentation for your project because if documentations are not proper then it is of no use for other even if you written best quality code.