@scbd/conference-cal

1.0.3 • Public • Published

SCBD Leaf SCBD

codebeat badge Dependency Status

Conference overview component

A conference overview component made in vue.

Install

nodejs

yarn add @scbd/conference-cal

Vue

import ConferenceCal from '@scbd/conference-cal/src/index.vue'

Widget

  <head>
    <meta charset="utf-8">
    <title>conference-cal self embedding  widget demo</title>
  </head>
  <body>
    <div>Place script where you want the widget</div>
    <script id="ConferenceCal" code="2018" src="https://unpkg.com/@scbd/conference-cal@latest/dist/widget/index.umd.min.js?version=x.x.x" charset="utf-8"></script>
  </body>

Ensure to update the version with the latest.

Angularjs

Web component

<meta charset="utf-8">
<title>conference-cal web component demo</title>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/@scbd/conference-cal@latest/dist/wc/conference-cal.min.js"></script>


<conference-cal code="2018"></conference-cal>

Async web component

<meta charset="utf-8">
<title>conference-cal web component demo</title>
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/@scbd/conference-cal@latest/dist/wca/conference-cal.min.js"></script>

<conference-cal code="2018"></conference-cal>

Build Setup

# install dependencies
$ yarn install 

# serve with hot reload at localhost:8080
$ yarn serve

# build to dist folder
$ yarn build

#lint
$ yarn lint

#lint fix
$ yarn lint:fix

# release to npm
$ yarn release

Readme

Keywords

Package Sidebar

Install

npm i @scbd/conference-cal

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

5.68 MB

Total Files

36

Last publish

Collaborators

  • blaisefonseca
  • randyhoulahan
  • sbilodeau
  • vincegopez