/gif-viewer-immersion

Web app to show a bunch of gifs in the Immersion Theater in Hunt Library

Primary LanguageJavaScript

gif-viewer

A Vue.js project

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

# extra packages installed for scss
npm install sass-loader node-sass --save-dev

Note for this build:

Changed assets path in /config/index.js for correct reference to resources on GitHub pages:

assetsPublicPath: '/' --> assetsPublicPath: './'

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