Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blacksonic/movie-search-vue
Movie search app with the Vue 3 Composition API
https://github.com/blacksonic/movie-search-vue
Last synced: 4 days ago
JSON representation
Movie search app with the Vue 3 Composition API
- Host: GitHub
- URL: https://github.com/blacksonic/movie-search-vue
- Owner: sonicoder86
- License: mit
- Created: 2019-10-15T06:15:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:13:39.000Z (about 2 years ago)
- Last Synced: 2024-08-04T09:02:24.024Z (6 months ago)
- Language: Vue
- Homepage: https://blacksonic.github.io/movie-search-vue/
- Size: 1.92 MB
- Stars: 43
- Watchers: 2
- Forks: 21
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-vue-3 - movie-search-vue - Movie search app with the Vue 3 Composition API (Examples)
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/)