Vue Movie DB demo application created with Vue CLI.
This is my implementation of "Vue.js for everyone" application that I've created just for fun and demo purposes.
git clone https://github.com/Rechousa/Vue-Movie-DB.git
Install the dependencies in the local node_modules folder.
npm install
Compiles the source code, starts a new server locally at port 8080 with hot-reloads enabled.
npm run serve
Start your browser at http://localhost:8080 to run the application.
Ready for production? It compiles the source source and minifies the files (html, css, js) into the dist folder.
npm run build
It will check potential errors and problems on the JavaScript files in the source folder.
npm run lint