Findhotel coding challenge
# 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
assets - includes all assets sass/images components - main compoenent container data - this is where all mocks lies in layout - includes high level page components and abstract universal layout components router - handles routings store - includes all modules that will be responsible for changing states App.vue - root component main.js - starting point