# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://s19514tt.gitbook.io/vucript-documentation/setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
