Misirlou website frontend single page application
  • Vue 59.7%
  • JavaScript 38.3%
  • HTML 1.6%
  • CSS 0.4%
Find a file
2018-03-05 21:10:17 +01:00
build Initial commit 2017-07-28 17:42:37 +02:00
config Change prod API_BASE_URL, fuck window.location.href 2017-08-01 16:47:55 +02:00
src Make snackbar more responsive 2018-03-05 19:35:02 +01:00
static web push notifications 2017-08-05 16:46:41 +02:00
.babelrc Initial commit 2017-07-28 17:42:37 +02:00
.editorconfig Initial commit 2017-07-28 17:42:37 +02:00
.gitignore Initial commit 2017-07-28 17:42:37 +02:00
.postcssrc.js Initial commit 2017-07-28 17:42:37 +02:00
index.html web push notifications 2017-08-05 16:46:41 +02:00
LICENSE bump copyright year 2018-03-05 21:10:17 +01:00
package-lock.json update some deps 2018-03-04 22:02:59 +01:00
package.json update some deps 2018-03-04 22:02:59 +01:00
README.md Initial commit 2017-07-28 17:42:37 +02:00

misirlou

You know what they call a Quarter Pounder with cheese in France?

Um, no.

Tell 'em, Vincent.

Royale with cheese.

"Royale with cheese." Know why they call it that?

Uh, because of the the metric system?

Check out the big brain on Brett! You're a smart motherfucker. That's right, the metric system.

Seriously though, this is the Ripple Tournament Management System, or the frontend at least.

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader.