搭建Vue小页面

学习链接:https://blog.csdn.net/zhenzuo_x/article/details/81013475

 

环境搭建:

浏览器:Chrome

IDE:VS Code或者WebStorm

Node.js8.9+,npm

 

Vue CLI

(1)npm install -g @vue/cli

(2)vue create hello-world  //2.9.6初始化项目使用 vue init webpack hello-word,3.0以上初始化项目是用vue create hello-world

(3)cd hello-world

(4)npm run serve(npm run dev)

 

posted @ 2021-04-14 11:34  呆贝斯  阅读(73)  评论(0编辑  收藏  举报