Skip to content

Mateus-magarinus/vue-pomodoro-timer

 
 

Repository files navigation

vue-pomodoro-timer

A timer, with the technique applied of pomodoro clock. Demo: https://pomodoro-timer-996c1.firebaseapp.com/

RUN

  • Cloning project:

    git clone https://github.com/profalves/vue-pomodoro-timer.git
    
  • Enter folder project by cmd and run:

    yarn
    

    or:

    npm i
    
  • For development:

    yarn dev
    

    or:

    npm run dev
    
  • For production:

    yarn build
    

    or:

    npm run build
    

About

A timer, with the technique applied of pomodoro clock.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 62.9%
  • JavaScript 29.2%
  • Stylus 5.2%
  • HTML 2.7%