# spa **Repository Path**: mirrors/spa ## Basic Information - **Project Name**: spa - **Description**: 概述 SPA是为构建WebApp设计的路由控制和视图转换框架 SPA专注于解决构建WebApp时遇到的共性问题,尤其适用于构建MobileApp, 我们和jQuery Mobile - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/SPA - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2020-08-07 - **Last Updated**: 2025-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SPA [![Build Status](https://img.shields.io/travis/zhaoda/spa.svg)](https://travis-ci.org/zhaoda/spa) [![devDependency Status](https://img.shields.io/david/dev/zhaoda/spa.svg)](https://david-dm.org/zhaoda/spa#info=devDependencies) [![NPM version](https://img.shields.io/npm/v/spa.js.svg)](https://npmjs.org/package/spa.js) [SPA](http://zhaoda.github.io/spa/docs/) 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](http://jquerymobile.com/), [Sencha Touch](http://www.sencha.com/products/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](http://getbootstrap.com/) and other UI Components frame with SPA, to quickly build your WebApp. SPA need to use [Zepto](http://zeptojs.com/) or [jQuery](http://jquery.com/), and each view can be [RequireJS](http://requirejs.org/), [Sea.js](http://seajs.org/docs/) 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 ## License SPA is available under the terms of the [MIT License](https://github.com/zhaoda/spa/blob/master/LICENSE)