1.3.0 • Published 7 months ago

apprun-site v1.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 months ago

AppRun Site

AppRun-Site is a command-line tool for building modern web applications with AppRun. It consists of three features:

  • A build command compiles your code to ES Modules with esbuild
  • A build command option renders your pages to create a static website
  • A development server that supports your code run as Single Page Applications (SPA) and supports Server-Side Rendering (SSR)

It allows you to build website pages using HTML, markdown, and AppRun components.

Quick Start

To create a new AppRun Site, run npm init apprun-app command and select the AppRun Site template.

npm init apprun-app [my-app]

An AppRun-Site project has the following structure:

/public             <- static website
/pages              <- pages of the website
  /index.html       <- index page
  /index.md         <- home page
  /main.tsx         <- start up code (registers web component and renders the layout)
/components         <- optional
/api                <- optional

You can add pages to the directory pages; they can be HTML files, markdown files, and tsx/jsx files (AppRun components).

Then, you can use:

  • npm start to start the preview server
  • npm run dev to start the dev server
  • npm run build to build for production
  • npm run render to build a static website

Documentation

Please visit https://apprun.js.org/docs/apprun-site

Have fun coding!

1.2.3

8 months ago

1.3.0

7 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.0.19

2 years ago

1.0.2

2 years ago

1.0.18

2 years ago

1.0.1

2 years ago

1.0.17

2 years ago

1.0.0

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.20

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

0.7.0

4 years ago

0.6.0

5 years ago

0.5.6

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago