Home > Article > Development Tools > How to run vue code in vscode
1. Use the editor to open the project home directory
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!