# Boilerplate Aepp Vue.JS Frontend

This boilerplate is designed to allow everyone an easy start when building an aepp on\
top of the aeternity eco system. It contains three critical parts:

* A custom build pipeline
* Easy wallet discovery
* The [aeternity js-sdk](https://github.com/aeternity/aepp-sdk-js)

## Get started

Clone repo via git or use the template button above.

Install the dependencies

```
npm install
```

For development purposes (hot-reloading)

```
npm run serve
```

To build the bundle for production

```
npm run build
```

For running the integration tests

```
npm run lint
```

## Prerequisites

node: '^12.22.0 || ^14.17.0 || >=16.0.0'


---

# 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://docs.aeternity.com/vue-boilerplate/readme.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.
