Home > Web Front-end > Vue.js > body text

How to introduce vuejs framework into vscode

藏色散人
Release: 2021-11-02 11:48:21
Original
9439 people have browsed it

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
Copy after login

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!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!