Vue43 is Element43's SPA frontend which is based on Vue.js, Nuxt.js, Vuetify and TypeScript.
Issues can be filed here. Pull requests can be made in this repo.
To host a local copy of the app simply use the Docker image. If you need a local development environment running against the production API install yarn
and TypeScript
, then:
- Clone this repo
- Run
yarn install
- Run
yarn dev
and wait a while - Disable CORS-checks in your browser while developing (easiest in Safari), maybe install Vue devtools
- Access the URL displayed in your console once the build finished