Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thombruce/vue-timepiece
Digital and analog clock component library for Vue.js
https://github.com/thombruce/vue-timepiece
analog-clock countdown digital-clock nuxt nuxt-module timer vue vue-components vue-timepiece
Last synced: 8 days ago
JSON representation
Digital and analog clock component library for Vue.js
- Host: GitHub
- URL: https://github.com/thombruce/vue-timepiece
- Owner: thombruce
- License: mit
- Created: 2021-05-22T14:58:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T07:50:37.000Z (over 3 years ago)
- Last Synced: 2024-10-23T01:23:09.109Z (2 months ago)
- Topics: analog-clock, countdown, digital-clock, nuxt, nuxt-module, timer, vue, vue-components, vue-timepiece
- Language: Vue
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vue Timepiece
Digital and analog clock component library for Vue.js.
## Installation
```sh
# With Yarn
yarn add @thombruce/vue-timepiece
# With npm
npm install @thombruce/vue-timepiece --save
```### If you're using Nuxt
Add `vue-timepiece/nuxt` to `buildModules` in `nuxt.config.js`:
```js
buildModules: [
// ...
"@thombruce/vue-timepiece/nuxt",
// ...
],
```This will make all of Vue Timepiece's components available globally, so that you can use them without having to first `import` them.
## Usage
### Analog Clock
```vue
```
### Digital Clock
```vue
```
### Timer
```vue
```
### Countdown
```vue
```