A-Ho / Framework7-with-AngularJS-demo-app

A demo application built on top of Framework7, AngularJS and TypeScript.

Home Page:http://www.timo-ernst.net/2015/04/a-movie-list-demo-app-built-with-framework7-and-angular/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Framework7 with AngularJS demo app

A demo application built on top of Framework7, AngularJS, SASS and TypeScript. Feel free to download, modify, fork or comment. This app will list upcoming and current movies from theaters and give you detailed information

Important! Read this first!

This example is not best practice on how to use Framework7, it’s more of an experiment to see how it works with Angular and TypeScript. Framework7 has an own templating engine called Template7, so Angular is not mandatory (but it's also not harmful!). The important part is that F7 is designed to work with JavaScript, rather than TypeScript. So, if you’re new to Framework7, do not assume that this example is the way you should create F7 apps! It was an experiment to see what happens if you combine these technologies. After all I can say that I wouldn’t use TypeScript with F7 again, just stick to plain old JavaScript. If you know how to use Angular, then you should be safe using it. If you don’t know Angular, then use Template7.

If you want to instead learn how to use Framework7 with AngularJS the proper way, check out my video screencast: http://www.timo-ernst.net/blog/2015/11/05/video-screencast-how-to-use-framework7-with-angularjs/

If you feel adventurous enough to dive into this experiement read on :-)

Demo

Check out working demo here: http://www.timo-ernst.net/misc/f7angulardemo

Smartphone portrait mode

How to build

  1. Install npm (http://www.npmjs.com)
  2. Install Grunt (http://www.gruntjs.com)
  3. cd to project folder
  4. From cmd run npm install
  5. Then call grunt compile
  6. Copy the content of /build to htdocs of your webserver

How to do changes

Go to src folder and edit the following files:

  • HTML: .dev.html files
  • Styles: .sass files
  • Scripts: .ts files (Typescript, not JavaScript!)

Then call grunt compile again and check the result in /build folder.

Source code explanation:

Detailed explanation of the source code: http://timo-ernst.net/blog/2015/04/02/experiment-an-iphone-app-built-with-framework7-typescript-and-angularjs/

Template

This app is based on top of this template: https://github.com/valnub/Framework7-Typescript-Template

Alternative, easier template

For some people the template mentioned above is a little to complicated because it relies on npm and grunt. If you want an alternative with just pure html, css and javascript without a build process involved you can try this alternative: https://github.com/valnub/Framework7-Pure-Angular-Template or watch my video screencast tutorial: http://www.timo-ernst.net/blog/2015/11/05/video-screencast-how-to-use-framework7-with-angularjs/

About

A demo application built on top of Framework7, AngularJS and TypeScript.

http://www.timo-ernst.net/2015/04/a-movie-list-demo-app-built-with-framework7-and-angular/


Languages

Language:JavaScript 70.2%Language:CSS 27.6%Language:HTML 1.1%Language:TypeScript 1.0%