nuxt 安装教程

1、打开命令符  如图:

nuxt 安装教程_第1张图片nuxt 安装教程_第2张图片


我是新建到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

你可能感兴趣的:(Vue.js)