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
After installing the dependencies the following NPM scripts become available:
start
: starts the application in development mode on http://localhost:8080build
: bundles the application for production into thedist
folderlint
: lint files with ESLint