All Projects → anthonygore → vue-clock-simple

anthonygore / vue-clock-simple

Licence: other
Repo for the article How To Publish Your Vue.js Component On NPM

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to vue-clock-simple

vue-ui
A collection of VueJS components(Go to VueFace)
Stars: ✭ 19 (-78.41%)
Mutual labels:  vue-components
void-ui
A UI toolkit for Vue.js.
Stars: ✭ 20 (-77.27%)
Mutual labels:  vue-components
vue-skeleton-loader
A simple and easily customizable skeleton loader plugin for you Vue application.
Stars: ✭ 74 (-15.91%)
Mutual labels:  vue-components
bee-ui
VUE组件库
Stars: ✭ 16 (-81.82%)
Mutual labels:  vue-components
vue-load-image
A Vue component for showing loader during image loading https://john015.github.io/vue-load-image/
Stars: ✭ 60 (-31.82%)
Mutual labels:  vue-components
vue-mobiledoc-editor
A lightweight and customizable editor that allows you to embed rich content using Vuejs components.
Stars: ✭ 73 (-17.05%)
Mutual labels:  vue-components
vue-product-spinner
🚗 A 3D product spinner for Vue.js with no dependencies
Stars: ✭ 94 (+6.82%)
Mutual labels:  vue-components
vue-flexmonster
Vue Module for Flexmonster Pivot Table & Charts
Stars: ✭ 16 (-81.82%)
Mutual labels:  vue-components
chusho
A library of bare & accessible components and tools for Vue.js 3
Stars: ✭ 47 (-46.59%)
Mutual labels:  vue-components
vue-word-highlighter
The word highlighter library for Vue 2 and Vue 3.
Stars: ✭ 112 (+27.27%)
Mutual labels:  vue-components
vexip-ui
A Vue 3 UI library, Highly customizable property values, Full TypeScript, Performance should be good.
Stars: ✭ 488 (+454.55%)
Mutual labels:  vue-components
mui-vue1.0
mui商城 ->mui+vue1.0打造的多页面应用,最终打包成app项目
Stars: ✭ 35 (-60.23%)
Mutual labels:  vue-components
unique-ui
一个用于Vue2.x的移动端组件库
Stars: ✭ 43 (-51.14%)
Mutual labels:  vue-components
sweet-modal-vue
The sweetest library to happen to modals.
Stars: ✭ 762 (+765.91%)
Mutual labels:  vue-components
vstx-data-table
A data table component for the Vue Stacks Ecosystem
Stars: ✭ 34 (-61.36%)
Mutual labels:  vue-components
ari
Accessible unstyled vue components
Stars: ✭ 22 (-75%)
Mutual labels:  vue-components
vue-scroll-snap
A super simple Vue component that allows fullscreen and horizontal scroll snapping.
Stars: ✭ 25 (-71.59%)
Mutual labels:  vue-components
ignore
🔥修炼内功,无招胜有招。 ---个人博客
Stars: ✭ 27 (-69.32%)
Mutual labels:  vue-components
vue-data-loading
Another component for infinite scroll and pull down/up to load data.
Stars: ✭ 63 (-28.41%)
Mutual labels:  vue-components
shadow
Shadow dom support for Vue
Stars: ✭ 46 (-47.73%)
Mutual labels:  vue-components

vue-clock-simple

A Vue component that shows a clock.

This isn't particularly useful, it's used as a demo for how to publish Vue components to NPM!

Installation

npm i --save-dev vue-clock-simple

Browser

Include the script file, then install the component with Vue.use(VueClock); e.g.:

<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/vue-clock-simple/dist/vue-clock.min.js"></script>
<script type="text/javascript">
  Vue.use(VueClock);
</script>

Module

import VueClock from 'vue-clock-simple';

Usage

Once installed, it can be used in a template as simply as:

<vue-clock></vue-clock>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].