All Projects → framework7io → Framework7 Template Vue Simple

framework7io / Framework7 Template Vue Simple

Licence: mit
Deprecated! Simple Framework7 Vue starter app template in a single HTML file

Projects that are alternatives of or similar to Framework7 Template Vue Simple

Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (-6.17%)
Mutual labels:  framework7, phonegap, mobile, app, cordova
Framework7 Template Vue Webpack
Deprecated! Framework7 Vue Webpack starter app template with hot-reload & css extraction
Stars: ✭ 399 (+392.59%)
Mutual labels:  framework7, mobile, app, template
framework7-template-split-view
Deprecated! Framework7 split view starter app template
Stars: ✭ 19 (-76.54%)
Mutual labels:  cordova, phonegap, framework7
phonegap-template-vue-f7-tabs
A TabBar PhoneGap template using Vue.js and Framework7
Stars: ✭ 31 (-61.73%)
Mutual labels:  cordova, phonegap, framework7
Carpoolear
The open source Vue.js frontend (mobile and cordova app) for the argentinian carpooling application: Carpoolear
Stars: ✭ 59 (-27.16%)
Mutual labels:  mobile, app, cordova
Involt
Inject hardware interactions directly into HTML layout.
Stars: ✭ 128 (+58.02%)
Mutual labels:  phonegap, mobile, cordova
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 (-79.01%)
Mutual labels:  cordova, phonegap, framework7
Framework7 Plugin 3d Panels
Framework7 plugin to add 3d effect for side panels
Stars: ✭ 56 (-30.86%)
Mutual labels:  framework7, mobile, cordova
Awesome Cordova
📱 A curated list of amazingly awesome Cordova libraries, resources and shiny things.
Stars: ✭ 269 (+232.1%)
Mutual labels:  framework7, phonegap, cordova
Framework7
Full featured HTML framework for building iOS & Android apps
Stars: ✭ 16,560 (+20344.44%)
Mutual labels:  phonegap, mobile, cordova
framework7-template-single-view
Deprecated! Framework7 single view starter app template
Stars: ✭ 34 (-58.02%)
Mutual labels:  cordova, phonegap, framework7
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (+411.11%)
Mutual labels:  mobile, app, template
Hiapp
A simple and interesting hybrid app. React Native version: http://t.cn/R5LqqLz Demo:
Stars: ✭ 791 (+876.54%)
Mutual labels:  framework7, phonegap, cordova
Cordova Firefoxos
[DEPRECATED] Apache Cordova firefoxos
Stars: ✭ 41 (-49.38%)
Mutual labels:  mobile, cordova
Fixmystreet Mobile
Cordova application for making reports to FixMyStreet
Stars: ✭ 40 (-50.62%)
Mutual labels:  mobile, cordova
Blinkid Cordova
ID scanning for cross-platform apps built with Cordova and Phonegap.
Stars: ✭ 44 (-45.68%)
Mutual labels:  phonegap, cordova
Cordova Plugin Tensorflow
On-device image recognition via TensorFlow/Inception. For Cordova/PhoneGap.
Stars: ✭ 51 (-37.04%)
Mutual labels:  phonegap, cordova
Rntimerexample
📱 React Native + Mobx sample app
Stars: ✭ 40 (-50.62%)
Mutual labels:  mobile, app
Cordova App Harness
[DEPRECATED] Apache Cordova app harness
Stars: ✭ 49 (-39.51%)
Mutual labels:  mobile, cordova
Nat Explorer
An example project using Nat & Weex.
Stars: ✭ 55 (-32.1%)
Mutual labels:  mobile, app

⛔️ 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 Vue Template

A simple Framework7 Vue setup in a single HTML file

This template is targeted at beginners who want to start exploring Framework7 & Vue without the distraction of a complicated development environment.

For advanced features such as asset compilation, hot-reload and CSS extraction, we recommend that more experienced developers use Framework7 Vue Webpack Template

Usage

1. Download this repository

git clone https://github.com/framework7io/framework7-template-vue-simple 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, Framework7-Vue, Vue (to /www/libs/) 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-vue-simple my-app &&
cd my-app &&
npm install &&
npm run serve

Live Preview

https://framework7io.github.io/framework7-template-vue-simple/

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].