Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aeternity/aepp-boilerplate-vue
- Owner: aeternity
- License: isc
- Created: 2020-10-23T07:28:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T12:45:24.000Z (about 1 year ago)
- Last Synced: 2024-08-03T23:17:50.373Z (5 months ago)
- Topics: aelabs
- Language: JavaScript
- Homepage: https://docs.aeternity.com/aepp-boilerplate-vue
- Size: 3.6 MB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-aeternity - aepp-boilerplate-vue - Provides a build pipeline, wallet discovery (AEX-2) & styled components. (Development / Smart Contract Development (Sophia language))
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'