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

https://github.com/softmotions/riot7

Riot.js 2.x integration with Framework7
https://github.com/softmotions/riot7

framework7 riotjs

Last synced: 8 months ago
JSON representation

Riot.js 2.x integration with Framework7

Awesome Lists containing this project

README

          

## Prerequisites

Dependencies:

npm install --save browserify browserify-shim dateformat async riot framework7 validate-js

Modify `package.json`:

"browserify-shim": {
"Framework7": "global:Framework7",
"Template7": "global:Template7",
"Dom7": "global:Dom7"
}