官方网址:https://nodejs.org/en/
二、创建
Vue.js文档:https://cli.vuejs.org/zh/guide/installation.html(或百度搜索Vue--》生态系统--》Vue Cll)
安装:
然后输入命令
然后,回车开始创建
方法1、在demo01的文件夹中输入cmd打开命令行输入npm run serve
方法2、直接在vscode中右键选中demo01,在集成终端打开,输入npm run server
原文:https://www.cnblogs.com/xz1005xfx/p/15252739.html