Skip to content

Vue Time tracker - using Vue.js v.2 and Vue Material

Notifications You must be signed in to change notification settings

alinembl/vue-time-tracker

Repository files navigation

Vue Time Tracker

This is a Single Page Application - SPA for time tracking that adds and sum worked hours. It uses Vue.js 2.0, Webpack and Vue material

Getting Started

Install vue-cli

npm install --global vue-cli

Create a new project using webpac template

vue init webpack my-project

Install it's dependencies

cd my-project
npm install
npm run dev

Install Vue Material

npm install vue-material --save

Add Roboto and Google Icons from Google's CDN:

  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
  <link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">

Built With

Vue.js V2.0 - Vue.js 2.0 Guide Vue Material - Vue Material Documentation

About

Vue Time tracker - using Vue.js v.2 and Vue Material

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published