Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 290 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 290 Bytes

Ouchtion Front-end

Web++

Getting started

# Setup
yarn

# Starts dev server
yarn dev

# Build for production
yarn build

The stack

  • Vue 2 (due to Vuetify 2)
  • Vuetify 2 (Vuetify 3 is currently in alpha)
  • Vuex (state management)
  • Vue Router (nagivation)