moumen-soliman / hotels-review

Hotels Review Application built with Vue v2.5

Home Page:https://naughty-feynman-92f58a.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotels Review

Vue.js v2.5 project

App components

Base

  • Vuejs v2.5
  • Vue CLI v3
  • Vuex for state management (Flux Architecture)
  • Using single file component as pattern

CSS Pre-processor / Framework / Architecture

  • SASS (SCSS)
  • BEM as architecture
  • Bootstrap (remove un-used style by PurgeCSS)

Build Tools (Task runner, Linter, bundler)

  • npm scripts as task runner
  • Webpack as bundler
  • ESLint & Prettier as linters and formatters

Packages & Libraries used

  • PurgeCSS plugin to remove un-used CSS from application

Test

  • Jest

Package manager

  • yarn

Not Done yet

Reviews, nightPrice, gallery Test unit I will fix it by describe it and write every method what will do and expected result

Project setup

yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and format files

yarn lint --format

About

Hotels Review Application built with Vue v2.5

https://naughty-feynman-92f58a.netlify.com/


Languages

Language:Vue 57.4%Language:JavaScript 35.5%Language:HTML 6.5%Language:CSS 0.6%