vue-timer-hook
Vue timer hook is a custom hook, built to handle timer, stopwatch, and time logic/state in your vue 3 component.
File Explorer
Download Latest Version (.zip)- bump_version.yml
- release-tag.yml
- test.yml
- commit-convention.md
- contributing.md
- funding.yml
- commit-msg
- launch.json
- settings.json
- index.spec.ts
- button.vue
- CodeBlock.vue
- digit.vue
- timer.vue
- UseStopwatchDemo.vue
- UseTimeDemo.vue
- UseTimerDemo.vue
- UseTimerWaitStartDemo.vue
- App.vue
- index.html
- main.ts
- shim.d.ts
- tsconfig.json
- vite.config.js
- check-size.js
- deploy.js
- docs-check.sh
- release.sh
- rollup.config.js
- webRouter.js
- webRouterAndVue.js
- index.ts
- useInterval.ts
- index.ts
- Time.ts
- Validate.ts
- global.d.ts
- index.ts
- useStopwatch.ts
- useTime.ts
- useTimer.ts
- index.d.ts
- tsconfig.json
- useStopwatch.test-d.ts
- useTime.test-d.ts
- useTimer.test-d.ts
- .gitignore
- api-extractor.json
- bun.lock
- CHANGELOG.md
- circle.yml
- commitlint.config.js
- CONTRIBUTING.md
- eslint.config.js
- LICENSE
- package.json
- README.md
- renovate.json
- rollup.config.js
- SECURITY.md
- tsconfig.json
- vitest.config.ts
- vitest.setup.ts
# Installation Guide
1. Get the code
git clone https://github.com/riderx/vue-timer-hook
Downloads the entire project code from GitHub to your computer.
cd vue-timer-hook
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
pnpm add vue-timer-hook
Type this command into your terminal and run it.
yarn add vue-timer-hook
Type this command into your terminal and run it.
npm install vue-timer-hook
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
