Skip to content

xusoo/vuejs-calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js Calendar

Project based on this course and then added some improvements and new features on top of it.

Steps for starting the application after cloning the repository:

Install dependencies

npm install

Start MongoDB

Easiest way:

docker run -d -p 27017:27017 -v /data/db mongo

Or if the instance is running in another machine or another port, you can change the property MONGODB_URL in the .env file.

Run the app

npm run start

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

For production build set NODE_ENV=production in .env and execute npm run build before running npm run start.

Screenshots

Screenshot

About

Simple calendar made with Vue.js and Vuex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.2%
  • Vue 39.5%
  • CSS 7.7%
  • HTML 1.6%