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

How to run vue code in vscode

王林
Release: 2020-02-11 15:01:46
Original
4982 people have browsed it

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!

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