A simple single view Framework7 starter app template.
git clone https://github.com/rsuardi/framework7-cordova.git framework7-cordova
Repository will be downloaded into framework7-cordova/
folder
Go to the downloaded repository folder and run:
npm install
This will download latest version of Framework7 (to /www/framework7/
) and required icon fonts (to /www/fonts/
)
npm install -g cordova
npm run add-android-platform
or
npm run add-ios-platform
npm run serve
App will be opened in browser at http://localhost:8080/
npm run wind-build
npm run linux-build
git clone https://github.com/rsuardi/framework7-cordova.git framework7-cordova &&
cd framework7-cordova &&
npm install &&
npm install -g cordova &&
npm run add-android-platform &&
npm run serve