Ultimate Vue.js Developers Course
Source code for the Ultimate Vue.js Developers Course.
Project 2: Vue.js Cinema
Demo
See the completed project here: http://vuejs-cinema.vuejsdevelopers.com/
Pre-installation
- Ensure Node.js >=5.10, NPM and git are installed on your system
Installation
-
Install this code on your local system
-
Fork this repository (click 'Fork' button in top right corner)
-
Clone the forked repository on your local file system
cd /path/to/install/location git clone https://github.com/[your_username]/vuejs-cinema.git
-
-
Change into directory
cd vuejs-cinema
-
Install dependencies
npm install
-
Create a
.env
file by copying the samplecp .env_sample .env
Edit the .env file and replace any variables if needed
-
Start project
npm run start
Your site will be available at localhost:[PORT] where PORT
is whatever value is set in your .env
file.
Lecture branches
Note that branches in the repo named lecture/xxx
correspond to course lectures.