Skip to content

aeternity/aepp-boilerplate-vue

Folders and files

NameName
Last commit message
Last commit date
Apr 27, 2023
Feb 16, 2022
Apr 22, 2023
Mar 30, 2023
Feb 16, 2022
Mar 29, 2023
Mar 29, 2023
Apr 8, 2023
Mar 29, 2023
Apr 8, 2023
Jul 28, 2022
Feb 16, 2022
Sep 13, 2019
Jul 29, 2022
Feb 16, 2022
Jul 30, 2022
Feb 16, 2022
Jul 29, 2022
Apr 8, 2023
Apr 27, 2023
Apr 27, 2023

Repository files navigation

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:

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'