/vue-airbnb

Example of a dynamic webpage build with VueJS. Data is collected from an external API, and is filtered based on user input.

Primary LanguageVue

VueJS Airbnb Mini Clone

Example of a dynamic webpage build with VueJS. Data is collected from an external API, and is filtered based on user input.

Vue features used: single file components, interpolations, directives, conditional rendering, list rendering, event handeling, form input bindings.

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build