All Projects → zhaoda → Spa

zhaoda / Spa

Licence: mit
A webapp framework for routing control and view transitions

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Spa

Rust Webapp Starter
Rust single page webapp written in actix-web with vuejs.
Stars: ✭ 56 (-83.08%)
Mutual labels:  webapp, spa
Snippod Starter Demo App
A full stack 'Hacker News' style demo web application built with React + Redux (Front) and django REST Framework (Server).
Stars: ✭ 128 (-61.33%)
Mutual labels:  webapp, spa
Piral
Framework for next generation web apps using microfrontends. 🚀
Stars: ✭ 711 (+114.8%)
Mutual labels:  webapp, spa
Androiduix
Make a high-performance mobile web app / SPA with Android UI
Stars: ✭ 501 (+51.36%)
Mutual labels:  webapp, spa
Butterfly Server
The Everything is Real-Time C# Backend for Single Page Applications
Stars: ✭ 247 (-25.38%)
Mutual labels:  webapp, spa
Webcell
Web Components engine based on JSX & TypeScript
Stars: ✭ 139 (-58.01%)
Mutual labels:  webapp, spa
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-82.18%)
Mutual labels:  webapp, spa
englishextra.github.io
English Grammar for Russian-Speakers, a PWA website + SPA
Stars: ✭ 19 (-94.26%)
Mutual labels:  spa, webapp
Cloudtunes
Web-based music player for the cloud ☁️ 🎶 Play music from YouTube, Dropbox, etc.
Stars: ✭ 2,449 (+639.88%)
Mutual labels:  webapp, spa
Rust Webapp Starter
Rust single page webapp written in actix-web with vuejs.
Stars: ✭ 151 (-54.38%)
Mutual labels:  webapp, spa
webviewhs
🌐 A Haskell binding to the webview library created by Serge Zaitsev.
Stars: ✭ 109 (-67.07%)
Mutual labels:  spa, webapp
Vuefront
VueFront Core. Turn your old-fashioned CMS website in to a SPA & PWA in 5 minutes
Stars: ✭ 316 (-4.53%)
Mutual labels:  webapp, spa
Dosxvpn
Easily deploy your own personal VPN server with DNS adblocking running on DigitalOcean
Stars: ✭ 284 (-14.2%)
Mutual labels:  webapp
Ezprompt
An easy to use webapp for creating simple bash prompts.
Stars: ✭ 296 (-10.57%)
Mutual labels:  webapp
Browser
Create Elm programs that run in browsers!
Stars: ✭ 284 (-14.2%)
Mutual labels:  spa
Plato
❤️ a Boilerplate for [mobile] SPAs use vue, vuex, vue-router
Stars: ✭ 283 (-14.5%)
Mutual labels:  spa
Ide
Web based, Go IDE.
Stars: ✭ 309 (-6.65%)
Mutual labels:  webapp
React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (-11.78%)
Mutual labels:  spa
Presite
A static site generator based on Puppeteer.
Stars: ✭ 280 (-15.41%)
Mutual labels:  spa
Saltgui
A web interface for managing SaltStack based infrastructure.
Stars: ✭ 278 (-16.01%)
Mutual labels:  webapp

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].