Skip to content
/ spa Public

A webapp framework for routing control and view transitions

License

Notifications You must be signed in to change notification settings

zhaoda/spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 24, 2019
367215e · May 24, 2019
May 24, 2019
Dec 1, 2013
Feb 14, 2017
Sep 19, 2016
Feb 14, 2017
Sep 27, 2013
Nov 26, 2013
Nov 26, 2013
Oct 21, 2015
Sep 13, 2013
Sep 28, 2015
Sep 23, 2015
Jan 17, 2014
Oct 21, 2015
Sep 27, 2013
Feb 14, 2017

Repository files navigation

SPA Build Status devDependency Status NPM version

SPA is designed to build a WebApp view transformation and routing control framework.

SPA build WebApp focus on solving common problems encountered, especially for building MobileApp, unlike jQuery Mobile, Sencha Touch and other frameworks, building mobile client application is not a front-end integrated solutions with SPA, so we do not include UI components, if you do not want to design their own interface, you can use the Bootstrap and other UI Components frame with SPA, to quickly build your WebApp.

SPA need to use Zepto or jQuery, and each view can be RequireJS, Sea.js other CommonJS solutions or customize the way modular organization, asynchronous loading.

SPA support mobile client browser and the desktop side modern browsers.

Why SPA?

  • Provides fast development to achieve
  • Retained greater design freedom
  • Reduce reliance backend
  • Event-driven

Documentation and examples

http://zhaoda.github.io/spa/docs/

License

SPA is available under the terms of the MIT License