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