Library/frontend
2018-01-16 10:38:36 +01:00
..
build Added config for apit endpoint 2017-11-23 15:20:52 +01:00
config
src Improved Loading spinner 2018-01-16 10:38:36 +01:00
static Added login background 2017-11-20 16:40:31 +01:00
.babelrc
.editorconfig
.eslintignore
.eslintrc.js
.postcssrc.js
index.html
package.json Added config for apit endpoint 2017-11-23 15:20:52 +01:00
README.md
siteconfig.json Added config for apit endpoint 2017-11-23 15:20:52 +01:00

library-frontend

Frontend for the Library 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

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