The color changing clock with vue.js
vueColorClock
A Vue.js clone of The Colour Clock, a color changing clock. -- by, Chris Kankiewicz
Requirements
Building
Install dependencies
npm install
Build for local development
npm run development
or recompile on changes with
npm run watch
Build for production
npm run production