nuxt : A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js). You can installing nuxt npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install nuxt $ sudo npm install -g nuxt
If want to update the nuxt package execute the command as below,
$ sudo npm update nuxt
Update package globally,
$ npm install -g nuxt
$ sudo git clone https://github.com/rektide/nuxt.git
$ sudo npm install -g ./nuxt
nuxt@1.0.0-rc11 /usr/lib/node_modules/nuxt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nuxt
Package Name | nuxt |
Version | 1.0.0-rc11 |
Description | A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js) |
Released Date | 2017-09-07T12:53:40.803Z |
Published by | atinux |
How to Learn | https://www.npmjs.com/package/nuxt/tutorial |