All Projects → nobonobo → spago

nobonobo / spago

Licence: BSD-3-Clause license
SpaGo is toolkit for Single Page Application.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to spago

wecty
Frontend ToolKit for Go and TinyGo.
Stars: ✭ 34 (+3.03%)
Mutual labels:  spa, tinygo
nandomoreira.me-nuxt-theme
🏃🏻‍♂️ My superfast personal SPA blog/site using Vuejs and Nuxt :D
Stars: ✭ 44 (+33.33%)
Mutual labels:  spa
miso-tutorial-app
An example GHCJS + Miso single page application. 🍜
Stars: ✭ 45 (+36.36%)
Mutual labels:  spa
spair
A small and fast frontend framework in Rust
Stars: ✭ 65 (+96.97%)
Mutual labels:  spa
dimigoin-front
Official Korea Digital Media Highschool Intranet Service, DIMIGOIN
Stars: ✭ 34 (+3.03%)
Mutual labels:  spa
spa
Single Page Application template
Stars: ✭ 18 (-45.45%)
Mutual labels:  spa
vue-auth-boilerplate
This is a simple Vue template/starter kit, scaffolded on vue-cli 3, with full Auth functions to Login & Register
Stars: ✭ 77 (+133.33%)
Mutual labels:  spa
aem-react-editable-components
SPA React Editable Components for Adobe Experience Manager
Stars: ✭ 43 (+30.3%)
Mutual labels:  spa
sharesome
Share files quickly from your remote storage
Stars: ✭ 21 (-36.36%)
Mutual labels:  spa
elm-spa
Pure Elm library to easily build Single Page Applications
Stars: ✭ 37 (+12.12%)
Mutual labels:  spa
dimigoin-front-v2
한국디지털미디어고등학교 인트라넷, 디미고인
Stars: ✭ 19 (-42.42%)
Mutual labels:  spa
Blapy
jQuery plugin that helps you to create and manage ajax and single page web applications (SPA) with almost no javascript coding to do it
Stars: ✭ 30 (-9.09%)
Mutual labels:  spa
gecko-home-assistant
Home Assistant integration for spas equipped with Gecko Alliance in.touch2 modules
Stars: ✭ 41 (+24.24%)
Mutual labels:  spa
project-acorn-ssr
A Vue.js SPA built around the WordPress REST API with Vuex, Vue Router, Axios and SSR.
Stars: ✭ 14 (-57.58%)
Mutual labels:  spa
vue-user-center
💻一个用vue.js(2.0)写的直播类应用web端个人中心
Stars: ✭ 54 (+63.64%)
Mutual labels:  spa
laravel-vue-spa-boilerplate
Laravel Vue Spa BoilerPlate
Stars: ✭ 36 (+9.09%)
Mutual labels:  spa
karax
Karax. Single page applications for Nim.
Stars: ✭ 932 (+2724.24%)
Mutual labels:  spa
single-spa-parcel-example
An example of web app built with multiple microfrontends running in different VM's using the single-spa framework.
Stars: ✭ 56 (+69.7%)
Mutual labels:  spa
site
RailroadPM.org 2.x Site
Stars: ✭ 18 (-45.45%)
Mutual labels:  spa
WiFi-remote-for-Bestway-Lay-Z-SPA
Hack - ESP8266 as WiFi remote control for Bestway Lay-Z spa Helsinki
Stars: ✭ 138 (+318.18%)
Mutual labels:  spa

SpaGo

Frontend tool-kit for Gopher

Feature

  • No dependencies on other packages.
  • Minimal function set.
  • Distributable as static files(etc.: S3 or GitHub-Pages).
  • Navigation by Location Hash.
  • Mount/Unmount hook.
  • Update WASM when reload on browser.
  • TinyGo supported.
  • Commandline tool included.
  • HTML-like DSL translate to Go-Code.

Install

Library

go env -w GOOS=js GOARCH=wasm
go get github.com/nobonobo/spago
go env -u GOOS GOARCH

Command-line tool

go get github.com/nobonobo/spago/cmd/spago

Getting Started

Getting Started

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].