https://github.com/softmotions/riot7
Riot.js 2.x integration with Framework7
https://github.com/softmotions/riot7
framework7 riotjs
Last synced: 12 months ago
JSON representation
Riot.js 2.x integration with Framework7
- Host: GitHub
- URL: https://github.com/softmotions/riot7
- Owner: Softmotions
- Created: 2016-02-25T14:16:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T07:36:52.000Z (over 9 years ago)
- Last Synced: 2025-01-08T16:21:54.002Z (about 1 year ago)
- Topics: framework7, riotjs
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}