Creating a movie,tv show streaming web app using Vue and Vuetify
Use a dummy e-mail and password to signup and continue
A movie streaming service built using VueJS and Vuetify.
Browse and search for movies
Watch trailers and read movie descriptions
NodeJS
npm (Node Package Manager)
Clone the repository
Navigate to the project directory
Install the dependencies
$ npm install
Start the development server
$ npm run serve
Open a web browser and navigate to http://localhost:8080
To deploy the app to GitHub Pages, use the provided PowerShell script:
./deploy-to-gh-pages.ps1
This will build the project and push the contents of the dist folder to the gh-pages branch of your repository.
Make sure you have set up your remote origin and have push access to the repository.
VueJS - JavaScript framework for building user interfaces
Vuetify - Material Design component framework for VueJS