Skip to content

Element43's SPA frontend based on Vue.js

License

Notifications You must be signed in to change notification settings

EVE-Tools/vue43

Repository files navigation

vue43

Build Status Docker Image

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.

Installation

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