Home  >  Article  >  Development Tools  >  How to run vue code in vscode

How to run vue code in vscode

王林
王林Original
2020-02-11 15:01:464851browse

How to run vue code in vscode

1. Use the editor to open the project home directory

How to run vue code in vscode

2. Keyboard ctrl ~ call out the terminal

3. Run the command npm run dev. Note that the directory is the main directory of the current project

4. Just open http://127.0.0.1:8080/ in the browser.

Related recommendations: vscode tutorial

The above is the detailed content of How to run vue code in vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn