Answer the question
In order to leave comments, you need to log in
How to properly use vue + node js in WebStorm in one project? And a few other related questions?
Good afternoon.
I just started learning node.js in conjunction with vue.js and immediately took a closer look at the WebStorm editor. I created a node.js project, output Hello World to the console - everything works. I immediately decided to create a vue project, but I came across a few questions.
1) When creating, the error "git" 'there are some symbols'
Answer the question
In order to leave comments, you need to log in
1) a very strange thing - does the git itself work for you? It is better to create projects through the terminal, rather than the wizards built into the webstorm. The old fashioned way - create a folder, make a turnip, initialize npm, and all that
2) is fine. It will be located on the server as you like. Even on different servers.
3) for a nodejs application to work, you need a node. For a vue application to work, the easiest way is to create it through https://cli.vuejs.org/ - everything will be there for development along with a web server. A separate web server is needed only for production.
But googling is still useful.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question