Preston-Landers / rpv-clock

Browser-based clock / weather app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpv-clock

This is my customized clock / billboard / weather JS/HTML app.

It is intended as a Raspberry Pi related project but has no specific dependencies; it can run in any browser.

This is also a Vue.js learning exercise for me.

Features

None currently.

Build / Development

The following is from the vue-cli template.

Build Setup

https://vuejs-templates.github.io/webpack/commands.html

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

TODO

  • Script to copy build to docs dir

About

Browser-based clock / weather app

License:MIT License


Languages

Language:JavaScript 74.8%Language:Vue 22.1%Language:HTML 3.1%