项目作者: tohjustin

项目描述 :
Material-design flavoured pomodoro timer built as a Progressive Web App
高级语言: JavaScript
项目地址: git://github.com/tohjustin/pomodori.git
创建时间: 2016-12-17T00:01:26Z
项目社区:https://github.com/tohjustin/pomodori

开源协议:MIT License

下载









CircleCI Build Status
Release Version
Codecov






Material-design flavoured pomodoro timer built as a Progressive Web App




Powered by Vue 2.0 + Muse-UI

Prerequisites

(Optional) If you want to test the build files locally (via yarn run serve):

Installation

  1. git clone https://github.com/tohjustin/pomodori.git
  2. cd ./pomodori
  3. yarn

Getting Started

  1. # serve with hot reload at localhost:8080
  2. yarn run dev
  3. # build for production with minification
  4. yarn run build
  5. # build for production with minification + serve build at localhost:5000 (Flask server)
  6. yarn run serve
  7. # run eslint
  8. yarn run lint
  9. # run unit tests
  10. yarn run unit
  11. # run eslint + unit tests
  12. yarn test

This project’s build setup is scaffolded by the vue-cli project. For detailed explanation on how things work, checkout the guide and docs for pwa-template.

License

MIT © Justin Toh