Skip to content

Vue Movie DB demo application created with Vue CLI

License

Notifications You must be signed in to change notification settings

Rechousa/Vue-Movie-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Movie DB

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.

Clone this project

git clone https://github.com/Rechousa/Vue-Movie-DB.git

Project setup

Install the dependencies in the local node_modules folder.

npm install

Compiles and hot-reloads for development

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.

Compiles and minifies for production

Ready for production? It compiles the source source and minifies the files (html, css, js) into the dist folder.

npm run build

Lints and fixes files

It will check potential errors and problems on the JavaScript files in the source folder.

npm run lint

Screenshots:

screenshot01

screenshot02

About

Vue Movie DB demo application created with Vue CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published