Skip to content

jasonlam-swatow/vue-cal

Repository files navigation

vue-cal

A calendar app built with Vue.

Overview

  • A Vue calendar application.
  • Uses vue-resource to send RESTful HTTP requests towards Express server, simulating CRUD operations on calendar events.
  • Uses Webpack to bundle Vue files and JavaScript.

UPDATED:

Usage

  1. Run npm install for dependencies.
  2. Run npm run build for Webpack bundling and live watching.
  3. Visit http://localhost:3000/.

Todos

  • Preserving events in localStorage.
  • SPA routing via vue-router.
  • Routing to each event's editing page and detail page via vue-router.

About

A calendar app built with Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published