Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 854 Bytes

README.md

File metadata and controls

31 lines (29 loc) · 854 Bytes

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