This is a web app using vue.js to build a simple search engine to search data from Brønnøysundregisteret.
Implemented functionalities:
- Possibility to search for a organisation number (nine digits).
- Possibility to search for an entity by name (minimum three characters), incrementally.
- Entities that are bankrupt are highlighted.
A code project
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).