Install node and vue environment

The first step is to install node. Since vue is based on node
vue_Downloads, the
second step is to install vue.
Consider using cnpm domestic mirror script

sudo npm install -g @vue/cli

Insert picture description here
After installation,
visit local vueui

http://localhost:8000/project/select

Insert picture description here
Close the terminal, vue server, cmd + c

To import vue project, import-> Create project from existing source
Insert picture description here
all the way to next, finish, and it's ok.

Supplement:
Or download vue.js and insert directly into the front-end project

Published 17 original articles · praised 0 · visits 208

Guess you like

Origin blog.csdn.net/neheqi/article/details/105542927