Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

58 lines (34 loc) · 1.26 KB

Oompa Loompa's crew list

It`s just another test...

Basic assessment developed in order to display a list of items with an infinite scroll, search input tab, and a detailed page. (VueJS v2, Bulma).

A Vue.js project

Installation and running the project

The project requires Node.js and NPM to run.

Clone the repository:

git clone https://github.com/christianjtr/oompa-list-crew.git

Demo

Click on the following link (Github page project):

https://christianjtr.github.io/oompa-list-crew

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

# run unit tests
npm run unit

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Comments

Basic list of elements (infinite scroller) with a search input filter and a detail view. The results are being stored in the localStorage.

Technologies

Vue v2, Vuex, Bulma, Sass, LocalStorage.