/movie-vue

A Movie Website using Vue and Quasar with simple CRUD

Primary LanguageVue

MovieVue

A Movie Website using Vue and Quasar with simple CRUD

Demo

Visit https://movie-vue-gamma.vercel.app/

Screenshots

  1. Homepage 1

  1. Search 2

  1. My Collection 3

  1. Edit Form 4

Set the token

To be able to carry out the requests, go to the quasar.config.js file search for //env:{}, and replace with: env:{ TOKEN: 'token value', },

Install the dependencies

yarn install

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn dev

Build the app for production

yarn build

Customize the configuration

See Configuring quasar.config.js.