Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Vue Timepiece

Become a Patron

GitHub issues

License

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

```