Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aeternity/aepp-boilerplate-vue

A Vue.js boilerplate to build aepps in the æternity ecosystem.
https://github.com/aeternity/aepp-boilerplate-vue

aelabs

Last synced: about 1 month ago
JSON representation

A Vue.js boilerplate to build aepps in the æternity ecosystem.

Awesome Lists containing this project

README

        

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