当前位置: 代码迷 >> 综合 >> nuxt 安装教程
  详细解决方案

nuxt 安装教程

热度:88   发布时间:2023-12-12 13:58:54.0

1、打开命令符  如图:



我是新建到E盘的。。。。。

[html]  view plain copy
  1. e:  
然后
[html]  view plain copy
  1. cd E:\work  
3、
[html]  view plain copy
  1. npm install -g vue-cli  
4、
[html]  view plain copy
  1. vue init nuxt/starter project  
5、
[html]  view plain copy
  1. cd project  

6、

[html]  view plain copy
  1. npm install  
这可能会更新比较久,耐心等,保持网络畅通
7、
[html]  view plain copy
  1. npm run dev  
好了,最后他会提示你在浏览器打开  http://localhost:3000