/vue-challenge

some side-project using vue

Primary LanguageVue

vue-challenge

Build Status

All Produects are using Vue.js(Vue-cli), TypeScript, ESLint, Travis CI.

Pomodoro

See what is Pomodoro here

demo: https://dustinhsiao21.github.io/vue-challenge/#/pomodoro

Pomodoro

Feature

  • Keep Todo list in localStorage.
  • Playing Alarm when working-Break time exchange(only support one sound for demo).
  • Showing charts by day and week.

Layout: Element UI

Usage

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.