An simple movie search, built with Vue.js
Supported on the latest version of the following browsers.
- Safari for MacOS, iOS
- Firefox for Windows, MacOS, Android
- Google Chrome for Windows, MacOS, iOS, Android
- Opera for Windows, MacOS,
- Edge for Windows
- Auto-search (delayed key entry)
- History state
- Mobile responsive
Prerequisites: NPM, Node
npm i
npm run dev
The app will spin up at http://localhost:8080
npm i
npm run build
A copy of the production build will appear in /dist
, ready for deployment.
- Frontend: Vue (2.5.21)
- Unit tests: Jest (Unfinished)
- State management: Vuex
- Styles: SCSS using Element-UI framework.