/mbu-frontend

VueJS 2 frontend for the MBU registration website

Primary LanguageVueMIT LicenseMIT

mbu-frontend

Build Status

Frontend for MBU Online. To develop locally, requires the mbu-online NodeJS backend to be listening on port 3000.

The frontend is written in VueJS 2.x, with unit tests written in Karma.

Scripts

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests with watcher
npm run unit:watch