📃
Vucript Documentation
  • Vucript
  • Setup
  • Usage
  • Language Reference
    • Reactive Values & Functions
    • Computed
    • Lifecycle Methods
    • Import Components
    • Prop
    • Using Ohter Libraries
Powered by GitBook
On this page

Was this helpful?

Setup

There are two ways to install Vucript.

Vue CLI Plugin (Recommended)

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

PreviousVucriptNextUsage

Last updated 4 years ago

Was this helpful?