All Projects → framework7io → framework7-template-single-view

framework7io / framework7-template-single-view

Licence: MIT license
Deprecated! Framework7 single view starter app template

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to framework7-template-single-view

phonegap-template-vue-f7-split-panel
A Split View PhoneGap template using Vue.js and Framework7 that degrades to a Panel View on smaller devices
Stars: ✭ 17 (-50%)
Mutual labels:  cordova, phonegap, framework7
framework7-template-split-view
Deprecated! Framework7 split view starter app template
Stars: ✭ 19 (-44.12%)
Mutual labels:  cordova, phonegap, framework7
Hiapp
A simple and interesting hybrid app. React Native version: http://t.cn/R5LqqLz Demo:
Stars: ✭ 791 (+2226.47%)
Mutual labels:  cordova, phonegap, framework7
phonegap-template-vue-f7-tabs
A TabBar PhoneGap template using Vue.js and Framework7
Stars: ✭ 31 (-8.82%)
Mutual labels:  cordova, phonegap, framework7
Awesome Cordova
📱 A curated list of amazingly awesome Cordova libraries, resources and shiny things.
Stars: ✭ 269 (+691.18%)
Mutual labels:  cordova, phonegap, framework7
Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (+123.53%)
Mutual labels:  cordova, phonegap, framework7
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (+138.24%)
Mutual labels:  cordova, phonegap, framework7
Cordova Ionic Phonegap Branch Deep Linking Attribution
The Branch Cordova Ionic Phonegap SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, content sharing, deep linked emails, smart banners, custom user onboarding, and more.
Stars: ✭ 228 (+570.59%)
Mutual labels:  cordova, phonegap
framework7-plugin-keypad
Keypad plugin extends Framework7 with additional custom keyboards
Stars: ✭ 72 (+111.76%)
Mutual labels:  cordova, framework7
framework7-template-react
Deprecated! Framework7 React starter app template with hot-reload & css extraction
Stars: ✭ 105 (+208.82%)
Mutual labels:  cordova, framework7
Intercom Cordova
Cordova/PhoneGap plugin for Intercom
Stars: ✭ 88 (+158.82%)
Mutual labels:  cordova, phonegap
docker-cordova
🗿 Docker image for Cordova (with Node.js & Android)
Stars: ✭ 72 (+111.76%)
Mutual labels:  cordova, phonegap
cordova-plugin-exoplayer
Media player plugin for Cordova that uses Google's ExoPlayer
Stars: ✭ 48 (+41.18%)
Mutual labels:  cordova, phonegap
Onesignal Cordova Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app with OneSignal. Supports Android, iOS, and Amazon's Fire OS platforms. https://onesignal.com
Stars: ✭ 214 (+529.41%)
Mutual labels:  cordova, phonegap
Cordova Plugin Googlemaps
Google Maps plugin for Cordova
Stars: ✭ 1,647 (+4744.12%)
Mutual labels:  cordova, phonegap
cordova-plugin-1password
Plugin for adding 1Password App Extension into Cordova/PhoneGap Apps
Stars: ✭ 12 (-64.71%)
Mutual labels:  cordova, phonegap
Involt
Inject hardware interactions directly into HTML layout.
Stars: ✭ 128 (+276.47%)
Mutual labels:  cordova, phonegap
ionic3-angular4-sample-app
Sample app of Ionic 3 and Angular 4
Stars: ✭ 35 (+2.94%)
Mutual labels:  cordova, phonegap
cordova-plugin-zeep
Zip compression/decompression for the cordova/phonegap platform
Stars: ✭ 27 (-20.59%)
Mutual labels:  cordova, phonegap
Core CSS
This repo no more maintained! All features and components moved to Metro 4.
Stars: ✭ 36 (+5.88%)
Mutual labels:  cordova, phonegap

⛔️ DEPRECATED

This repo is deprecated and not mainted any more. Use Framework7-CLI instead. Please, don't open new issues and don't send any PRs to this repository

Framework7 Single View Starter App Template

A simple single view Framework7 starter app template.

Usage

1. Download this repository

git clone https://github.com/framework7io/framework7-template-single-view my-app

Repository will be downloaded into my-app/ folder

2. Instal dependencies

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/)

3. Run the app

npm run serve

App will be opened in browser at http://localhost:8080/

Use with cordova

Just put the contents of www folder in your cordova's project root www folder

One command install

git clone https://github.com/framework7io/framework7-template-single-view my-app &&
cd my-app &&
npm install &&
npm run serve

Live Preview

https://framework7io.github.io/framework7-template-single-view/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].