Library/frontend
konrad 20ef5760d8
Added Semantic ui via npm + webpack
2017-11-10 14:41:57 +01:00
..
build Added Semantic ui via npm + webpack 2017-11-10 14:41:57 +01:00
config Removed autoopenbrowser from dev frontend server config 2017-11-10 09:53:48 +01:00
src Added Semantic ui via npm + webpack 2017-11-10 14:41:57 +01:00
static added boilerplate vue.js frontend 2017-11-09 10:31:03 +01:00
.babelrc added boilerplate vue.js frontend 2017-11-09 10:31:03 +01:00
.editorconfig added boilerplate vue.js frontend 2017-11-09 10:31:03 +01:00
.eslintignore added boilerplate vue.js frontend 2017-11-09 10:31:03 +01:00
.eslintrc.js added boilerplate vue.js frontend 2017-11-09 10:31:03 +01:00
.gitignore added boilerplate vue.js frontend 2017-11-09 10:31:03 +01:00
.postcssrc.js added boilerplate vue.js frontend 2017-11-09 10:31:03 +01:00
README.md added boilerplate vue.js frontend 2017-11-09 10:31:03 +01:00
index.html Added Semantic ui via npm + webpack 2017-11-10 14:41:57 +01:00
package.json Added Semantic ui via npm + webpack 2017-11-10 14:41:57 +01:00

README.md

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.