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
- Host: GitHub
- URL: https://github.com/bestguy/riotjs-webpack-example
- Owner: bestguy
- Created: 2016-05-16T04:28:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T05:33:17.000Z (about 10 years ago)
- Last Synced: 2025-02-14T02:51:20.945Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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._