1.0.3 • Published 5 years ago

@scbd/conference-cal v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

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
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.3

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago