Vue.js TMDb Movie Search is build using the Vue CLI 3 and utilises Bootstrap, Vue, VueX, and Vue Router. The data is loaded via The Movie Database (TMDb) API.
TMDb Vue Movie App - Live DEMO
npm install
npm run serve
Key tools used in this Vue project are:
Tool | Description |
---|---|
Vue | Vue.js is an open-source JavaScript framework for building user interfaces and single-page applications. |
Bootstrap | Build responsive, mobile-first projects on the web with the world's most popular front-end component library |
Vuex | Vuex is a state management pattern + library for Vue.js applications. |
Axios | Promise based HTTP client for the browser and node.js |
vue-moment | Handy Moment.js filters for your Vue.js project. |