/fhcc

Coding challenge showing component based architecture + store usage

Primary LanguageJavaScript

FindHotel

Findhotel coding challenge

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

Application Structure

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