apprun-site

AppRun Site is a framework for building AppRun applications.

Usage no npm install needed!

<script type="module">
  import apprunSite from 'https://cdn.skypack.dev/apprun-site';
</script>

README

AppRun Site

Introduction

AppRun is a Javascript library for building reliable, high-performance web applications using the Elm inspired Architecture, events, and components.

AppRun Site is a framework for building AppRun applications.

Features

  • Progressive Web App (PWA) - support offline
  • Single Page App (SPA) - routing using / or #
  • 4 built-in layouts and bring your own
  • Compile html, markdown pages to AppRun components
  • Auto generate the index of pages
  • Build app logic using AppRun/Web components
  • Targets ES5 or ES Module
  • Extensible through plugins (WIP)

Quick Start

To create an AppRun Site:

npx apprun-site init my-apprun-site
cd my-apprun-site
npm install

Then, you can use:

  • Use npm start to start the dev server
  • Use npm run build to build for production

Documentations

Please visit the https://yysun.github.io/apprun-site

Have fun coding