Home  >  Article  >  Web Front-end  >  How to introduce vuejs framework into vscode

How to introduce vuejs framework into vscode

藏色散人
藏色散人Original
2021-11-02 11:48:219275browse

How to introduce vuejs framework into vscode: 1. Open vscode; 2. Create a vue folder; 3. Open the terminal and download vue through the command "npm install vue"; 4. Open the dist folder and find it vue.js file is enough.

How to introduce vuejs framework into vscode

The operating environment of this article: windows7 system, vue2.9.6 version, DELL G3 computer.

How does vscode introduce the vuejs framework?

vscode uses the vue framework:

Open vscode

How to introduce vuejs framework into vscode

First create a vue folder

and open it

How to introduce vuejs framework into vscode

Open the terminal and enter the following command

Download the vue code

npm install vue

How to introduce vuejs framework into vscode

Wait for the download to complete

The download progress will be displayed here

How to introduce vuejs framework into vscode

After the download is completed, you can see the following files

How to introduce vuejs framework into vscode

Find the dist folder

How to introduce vuejs framework into vscode

The first thing you need is vue .js file

This is the main file of vue

How to introduce vuejs framework into vscode

Recommended: "The latest 5 vue.js video tutorial selections

The above is the detailed content of How to introduce vuejs framework into 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
Previous article:How to add video in vuejsNext article:How to add video in vuejs