Setup

There are two ways to install Vucript.

You can install Vucript to your Vue-CLI Project by running command bellow.

$ vue add vucript

NPM Installation

If you want to install Vucript to your npm project, please run

$ npm install --save-dev vucript

If you want to use cli application, please install Vucript globally.

$ npm install -g vucript

Last updated