GithubHelp home page GithubHelp logo

jzgenius / framework7 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from framework7io/framework7

0.0 2.0 0.0 27 MB

Full Featured HTML Framework For Building iOS & Android Apps

Home Page: http://framework7.io

License: MIT License

HTML 30.35% CSS 30.88% JavaScript 38.74% PHP 0.03%

framework7's Introduction

Join the chat at https://gitter.im/nolimits4web/Framework7 Build Status devDependency Status Flattr this git repo

Framework7

Full Featured Mobile HTML Framework For Building iOS & Android Apps

Getting Started

  • Getting Started Guide
  • Clone/download this repo
  • Start building your App from changing Kitchen Sink, or from a clean template from dist/ folder

Server

Because Framework7 uses Ajax for navigation between pages you will need a server. So to make it work you should put dist folder (or Kitchen Sink) on a server. Or, as an option, you may use Gulp's server. Just run:

$ gulp server
  • Kitchen Sink will be available on http://localhost:3000/kitchen-sink/
  • Dist - on http://localhost:3000/dist/

Kitchen Sink

Framework7' JS and CSS files in Kitchen Sink are temporary linked to build/ to make development process easier on this stage. So to make it work you need to build Framework7 (see Build section) or to re-link JS and CSS files to dist/ folder.

Dist vs Build versions

On production use files (JS and CSS) only from dist/ folder, there will be the most stable versions, build/ folder is only for development purpose

Build

Framework7 uses gulp to build a development (build) and dist versions.

First you need to have gulp-cli which you should install globally.

$ npm install --global gulp

Then install all dependencies, in repo's root:

$ npm install

And build development version of Framework7:

$ gulp build

The result is available in build/ folder.

Dist/Release

After you have made build:

$ gulp dist

Distributable version will available in dist/ folder.

Custom build

You can build custom version of Framework7 with only required components/modules. For example, if we need to include only Accordion, Modals and Tabs modules in addition to Framework 7 core:

$ gulp custom -accordion,modals,tabs

After that you will find created custom/ folder with generated JS and CSS files. Here is the list of available additional modules:

  • cards
  • accordion
  • searchbar
  • messages
  • modals
  • swipeout
  • sortable
  • smart-select
  • virtual-list
  • pull-to-refresh
  • infinite-scroll
  • scroll-toolbars
  • tabs
  • fast-clicks
  • forms (means Ajax forms and forms storage)
  • push-state
  • swiper
  • photo-browser
  • picker
  • calendar
  • notifications

Contributing

All changes should be commited to src/ files. Framework7 uses LESS for CSS compliations, and concatenated JS files (look at gulpfile.js for concat files order)

If you want to help in Framework7 development and make it event better visit this page: http://www.idangero.us/framework7/contribute/

Forum

If you have questions about Framework7 or want to help others you are welcome to special forum at http://www.idangero.us/framework7/forum/

Docs

Documentation available at http://idangero.us/framework7/docs/

Tutorials

Tutorials available at http://idangero.us/framework7/tutorials/

Showcase

Appstore apps made with Framework7: http://idangero.us/framework7/showcase/

framework7's People

Contributors

aries1980 avatar boynet avatar cnjsstong avatar crazyurus avatar dr1ks avatar fouber avatar gagustavo avatar gordol avatar gregkeys avatar jimbobbennett avatar jjj avatar klvn avatar kozmanbalint avatar leecrossley avatar lihongxun945 avatar log0div0 avatar marcgodard avatar markchrislevy avatar mgesmundo avatar nolimits4web avatar roshanca avatar sapjax avatar strate avatar sznowicki avatar tarekajaj avatar terranc avatar twss avatar waffle-iron avatar yisheng avatar yysun avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.