barankyle / lifescope-objects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-clock-simple

A Vue component that templates lifescope objects.

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-lifescope-objects

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-lifescope-objects/dist/vue-lifescope-objects.min.js"></script>
<script type="text/javascript">
  Vue.use(lifescopeObjects);
</script>

Module

import lifescopeObjects from 'lifescope-objects';

Usage

Vue.LSOBj.[Lifescope Object]

npm link yarn link

yarn link lifescope-objects

About

License:MIT License


Languages

Language:JavaScript 100.0%