arjunmenon / framework7-template-single-view

Framework7 single view starter app template

Home Page:http://framework7.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Framework7 single view starter app template

http://framework7.io

License:MIT License


Languages

Language:HTML 84.4%Language:JavaScript 9.1%Language:CSS 6.6%