Home > Development Tools > VSCode > body text

How to write vue project in vscode

angryTom
Release: 2020-03-19 14:18:16
Original
9659 people have browsed it

How to write vue project in vscode

How to write a vue project in vscode

1. First install the vue scaffolding

npm install -g @vue/cli
Copy after login

2. Then create A vue project

vue create hello-world
Copy after login

How to write vue project in vscode

Select the default

3. Then use vscode to open the vue project folder

How to write vue project in vscode

4. As you can see, there is no syntax highlighting. We need to install the vetur plug-in first. This is almost certainly standard for developing Vue projects, and vscode will also strongly recommend you to install it.

How to write vue project in vscode

Then you can use vscode to write the vue project.

Recommended related articles and tutorials: vscode tutorial

The above is the detailed content of How to write vue project 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