Home > Development Tools > VSCode > body text

How vscode runs vue code

王林
Release: 2020-02-18 17:08:38
Original
4101 people have browsed it

How vscode runs vue code

The first step: Open the project home directory with the editor;

How vscode runs vue code

The second step: Keyboard ctrl ~, open the terminal;

(Recommended related tutorials: vscode tutorial)

Step 3: Run the command npm run dev. Note that the directory is the current project’s Home directory;

Step 4: Just open http://127.0.0.1:8080/ in your browser.

For more programming related content, please pay attention to the Programming Introduction column on the php Chinese website!

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template