An open API service indexing awesome lists of open source software.

https://github.com/bestguy/riotjs-webpack-example

Example Riot.js tag using Webpack
https://github.com/bestguy/riotjs-webpack-example

Last synced: about 1 year ago
JSON representation

Example Riot.js tag using Webpack

Awesome Lists containing this project

README

          

# Riot.js and Webpack example

This is an example of [Riot.js](http://riotjs.com) tag using [Webpack](http://webpack.github.io).
Produces a sample tag for joining a GoToMeet.me meeting.

It uses webpack loader [riotjs-loader](https://github.com/esnunes/riotjs-loader).

## Build

```bash
npm install
webpack -p
```

Minified tag script is in `dist/meet.js`

## Usage:

...

### Example:

[Demo](https://bestguy.github.io/riotjs-webpack-example/)

----

_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._