All Projects → vuejsdevelopers → Vuejs Cinema

vuejsdevelopers / Vuejs Cinema

Source code for the case-study project from the course Build A Vue.js Single-Page App with Vue Router

Projects that are alternatives of or similar to Vuejs Cinema

Vuejs Calendar
Source code for Build A Professional Vue App with Vuex & Server-Side Rendering
Stars: ✭ 100 (-0.99%)
Mutual labels:  udemy, vuejs2
Vuejs Poster Shop
Source code for "The Ultimate Vue.js Developers Course"
Stars: ✭ 116 (+14.85%)
Mutual labels:  udemy, vuejs2
Vue Multi Select
This component gives you a multi/single select with the power of Vuejs components.
Stars: ✭ 92 (-8.91%)
Mutual labels:  vuejs2
Vue Slideout
A Slide-Out component for Vue.js 2.0
Stars: ✭ 91 (-9.9%)
Mutual labels:  vuejs2
V2 Table
A simple table component based Vue 2.x: https://dwqs.github.io/v2-table/
Stars: ✭ 96 (-4.95%)
Mutual labels:  vuejs2
Quasar Starter Kit
Quasar CLI Starter Kit
Stars: ✭ 92 (-8.91%)
Mutual labels:  vuejs2
Read More
A Vue.js read more plugin
Stars: ✭ 97 (-3.96%)
Mutual labels:  vuejs2
Bookmark
[NOT MAINTAINED] Desktop app to manage bookmarked links using Atom Electron and Vue.js.
Stars: ✭ 97 (-3.96%)
Mutual labels:  vuejs2
Vuejs Wordpress Theme Starter
A WordPress theme with the guts ripped out and replaced with Vue.
Stars: ✭ 1,359 (+1245.54%)
Mutual labels:  vuejs2
Vueaspnetcore2webapiauth
Sample project demonstrating jwt-based authentication with an Vue.js (v2.5.13) frontend and ASP.NET Core 2 WebApi. Includes both local user registration with .NET Core Identity membership and facebook login scenarios.
Stars: ✭ 96 (-4.95%)
Mutual labels:  vuejs2
Vue Csv Import
Vue.js component to select a CSV file, map the columns to fields, and post it somewhere.
Stars: ✭ 95 (-5.94%)
Mutual labels:  vuejs2
Vue Toastr
Vuejs Toast : Plugin and Component Capability.
Stars: ✭ 93 (-7.92%)
Mutual labels:  vuejs2
Vue Authenticate
Simple Vue.js authentication library
Stars: ✭ 1,350 (+1236.63%)
Mutual labels:  vuejs2
Iver
ui component for vue2.0
Stars: ✭ 92 (-8.91%)
Mutual labels:  vuejs2
Vue Mall
🔨 基于 vue+node+mongodb 实现一个锤子商城
Stars: ✭ 1,367 (+1253.47%)
Mutual labels:  vuejs2
Spala
Spala (SPA LARAVEL): a modern lightweight CMS for Laravel and Vue developers (open source project).
Stars: ✭ 91 (-9.9%)
Mutual labels:  vuejs2
Xmui
基于vue2,为公司产品打(zao)造(lun)的(zi)可复用UI组件,文档:
Stars: ✭ 94 (-6.93%)
Mutual labels:  vuejs2
Vue Ellipse Progress
A Vue.js component to create beautiful animated circular progress bars
Stars: ✭ 101 (+0%)
Mutual labels:  vuejs2
Pd Select
vue components ,like ios 3D picker style,vue 3d 选择器组件,3D滚轮
Stars: ✭ 101 (+0%)
Mutual labels:  vuejs2
Flutter Free Courses
The best Courses and Series about Flutter and Dart 💙 available. Totally free 🆓!
Stars: ✭ 100 (-0.99%)
Mutual labels:  udemy

Vue.js Cinema

Source code for the case-study project from the course Build A Vue.js Single-Page App with Vue Router

Demo

See the completed project here: http://vuejs-cinema.vuejsdevelopers.com/

Pre-installation

Installation

  1. Install this code on your local system

    1. Fork this repository (click 'Fork' button in top right corner)

    2. Clone the forked repository on your local file system

      cd /path/to/install/location
      
      git clone https://github.com/[your_username]/vuejs-cinema.git
      
  2. Change into directory

    cd vuejs-cinema
    
  3. Install dependencies

    npm install
    
  4. Create a .env file by copying the sample

    cp .env_sample .env
    

    Edit the .env file and replace any variables if needed

  5. Start project

    npm run start
    

Your site will be available at localhost:[PORT] where PORT is whatever value is set in your .env file.

Sponsors

Vue SchoolSnipcart

Support Vue.js Developers to get your logo here.

Lecture branches

Each branch of of the repo shows the state of the code at the end of any particular video e.g. video/08 shows the state at the end of video 8.

If you want the initial state of the code, use the master branch.

If you're doing the Vue.js Essentials - 3 Course Bundle course on Udemy, you'll need the following conversion table to match the branch to the lecture number.

Lecture # Branch name
58 video/02
64 video/08
66 video/10
67 video/11
68 video/12
70 video/14
71 video/15
73 video/17
77 video/21
78 video/22
80 video/24
81 video/25
82 video/26
83 video/27
84 video/28
85 video/29
86 video/30
87 video/31
88 video/32
89 video/33
90 video/34
91 video/35
92 video/36
93 video/37
94 video/38
96 video/40
98 video/42
99 video/43
100 video/44
101 video/45
102 video/46
103 video/47
105 video/49
106 video/50
107 video/51
108 video/52
109 video/53
110 video/54
111 video/55
113 video/57
114 video/58
115 video/59
117 video/61
118 video/62
119 video/63
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].