# movie-search-vue **Repository Path**: yunwisdoms/movie-search-vue ## Basic Information - **Project Name**: movie-search-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # movie-search-vue [![Build Status](https://travis-ci.com/blacksonic/movie-search-vue.svg?branch=master)](https://travis-ci.com/blacksonic/movie-search-vue) [![Dependencies Status](https://david-dm.org/blacksonic/movie-search-vue/status.svg)](https://david-dm.org/blacksonic/movie-search-vue) A movie search application showcasing the new Composition API of Vue 3. The application is based on Vue 2 and uses the [Composition API](https://vue-composition-api-rfc.netlify.com/) with the [@vue/composition-api](https://github.com/vuejs/composition-api) plugin. For the tutorial, read the article on [DEV.to](https://dev.to/blacksonic/build-a-movie-search-app-using-the-vue-composition-api-5218). [Try it out with online editing](https://codesandbox.io/s/github/blacksonic/movie-search-vue) ## Usage After installing the dependencies the following NPM scripts become available: - `start`: starts the application in development mode on [http://localhost:8080](http://localhost:8080) - `build`: bundles the application for production into the `dist` folder - `lint`: lint files with [ESLint](https://eslint.org/)