nust 安装步骤
2020-04-23 本文已影响0人
奔跑吧老王
没有安装vue-cli需先先安装,命令如下:
npm install -g vue-cli
安装nuxt命令:
$ vue init nuxt-community/starter-template <你项目的名字>
cd到<你项目的名字>执行
npm install
npm install -g vue-cli
$ vue init nuxt-community/starter-template <你项目的名字>
npm install