sonicoder86 / movie-search-vue

Movie search app with the Vue 3 Composition API

Home Page:https://blacksonic.github.io/movie-search-vue/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movie-search-vue

Build Status Dependencies Status

A movie search application showcasing the new Composition API of Vue 3.

The application is based on Vue 2 and uses the Composition API with the @vue/composition-api plugin.

For the tutorial, read the article on DEV.to.

Try it out with online editing

Usage

After installing the dependencies the following NPM scripts become available:

  • start: starts the application in development mode on http://localhost:8080
  • build: bundles the application for production into the dist folder
  • lint: lint files with ESLint

About

Movie search app with the Vue 3 Composition API

https://blacksonic.github.io/movie-search-vue/

License:MIT License


Languages

Language:Vue 76.5%Language:JavaScript 16.6%Language:HTML 6.9%