Simple SPA frontend

Project has docker-compose.yml, to run the app just type docker-compose up --build. Docker will install all dependencies and run npm run serve Application will be available by url http://localhost:6080.

Search demo page is here http://localhost:6080/search

Manual project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.