@scbd/conference-cal
v1.0.3
Published
SCBD Conference schedule overview written in vue. Main meetings and parallel meetings.
Downloads
16
Keywords
Readme
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