Skip to content

creative-co/riotjs-webpack-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riot.js and Webpack example

This is an example of Riot.js tag using Webpack. Produces a sample tag for joining a GoToMeet.me meeting.

It uses webpack loader riotjs-loader.

Build

npm install
webpack -p

Minified tag script is in dist/meet.js

Usage:

<script src="./dist/meet.js" charset="utf-8"></script>
...
<meet me="{{GoToMeet.me ID}}" size="{{Avatar size, optional}}"></meet>

Example:

<meet me="about" size="150"></meet>

Demo


GoToMeet.me is a product and trademark of Citrix Systems, Inc. I am not affiliated with them, and this repo does not use any proprietary code.

About

Example Riot.js tag using Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.6%
  • HTML 25.4%