vuejsdevelopers / Vuejs Calendar
Source code for Build A Professional Vue App with Vuex & Server-Side Rendering
Programming Languages
javascript 184084 projects - #8 most used programming language
Projects that are alternatives of or similar to Vuejs Calendar
Vuejs Poster ShopSource code for "The Ultimate Vue.js Developers Course"
Stars: ✭ 116 (+16%)
Mutual labels: udemy, vuejs2
Vuejs CinemaSource code for the case-study project from the course Build A Vue.js Single-Page App with Vue Router
Stars: ✭ 101 (+1%)
Mutual labels: udemy, vuejs2
V Show SlideA Vue.js directive for animating an element from height: auto; to height: 0px; and vice-versa.
Stars: ✭ 90 (-10%)
Mutual labels: vuejs2
Bookmark[NOT MAINTAINED] Desktop app to manage bookmarked links using Atom Electron and Vue.js.
Stars: ✭ 97 (-3%)
Mutual labels: vuejs2
Vue ToastrVuejs Toast : Plugin and Component Capability.
Stars: ✭ 93 (-7%)
Mutual labels: vuejs2
Udemy botAn automation bot for free Udemy courses
Stars: ✭ 91 (-9%)
Mutual labels: udemy
Xmui基于vue2,为公司产品打(zao)造(lun)的(zi)可复用UI组件,文档:
Stars: ✭ 94 (-6%)
Mutual labels: vuejs2
Nextcloud Vue🍱 Vue.js components for Nextcloud app development ✌
Stars: ✭ 89 (-11%)
Mutual labels: vuejs2
Object Explorer🔥 A resource to help figure out what JavaScript object method would be best to use at any given time
Stars: ✭ 1,358 (+1258%)
Mutual labels: vuejs2
V2 TableA simple table component based Vue 2.x: https://dwqs.github.io/v2-table/
Stars: ✭ 96 (-4%)
Mutual labels: vuejs2
Iverui component for vue2.0
Stars: ✭ 92 (-8%)
Mutual labels: vuejs2
Vue SlideoutA Slide-Out component for Vue.js 2.0
Stars: ✭ 91 (-9%)
Mutual labels: vuejs2
Vue Csv ImportVue.js component to select a CSV file, map the columns to fields, and post it somewhere.
Stars: ✭ 95 (-5%)
Mutual labels: vuejs2
Vue2 Qq一个基于兴趣,为了学习,提高能力的项目
Stars: ✭ 90 (-10%)
Mutual labels: vuejs2
Read MoreA Vue.js read more plugin
Stars: ✭ 97 (-3%)
Mutual labels: vuejs2
Snapaper📰 Past Papers Sharing Platform Based On Vue.js & GCE Guide | CAIE 试卷分享与下载平台
Stars: ✭ 90 (-10%)
Mutual labels: vuejs2
Vue Multi SelectThis component gives you a multi/single select with the power of Vuejs components.
Stars: ✭ 92 (-8%)
Mutual labels: vuejs2
Vue.js Calendar
Source code for the Build A Professional Vue App with Vuex & Server-Side Rendering.
Demo
See the completed project here: http://vuejs-calendar.vuejsdevelopers.com/
Pre-installation
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-calendar.git
-
Change into directory
cd vuejs-calendar
-
Install dependencies
cd vuejs-calendar
npm install
-
Create a .env
file by copying the sample
cp .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.
Sponsors


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/06
shows the state at the end of video 6.
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 |
121 |
video/02 |
125 |
video/06 |
126 |
video/07 |
128 |
video/09 |
129 |
video/10 |
134 |
video/15 |
136 |
video/17 |
137 |
video/18 |
138 |
video/19 |
139 |
video/20 |
141 |
video/22 |
142 |
video/23 |
144 |
video/25 |
148 |
video/29 |
149 |
video/30 |
150 |
video/31 |
151 |
video/32 |
152 |
video/33 |
155 |
video/36 |
157 |
video/38 |
158 |
video/39 |
162 |
video/43 |
164 |
video/45 |
167 |
video/48 |
169 |
video/50 |
172 |
video/53 |
173 |
video/54 |
175 |
video/56 |
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].