From fa78a99f5501a215abe04cee4e8fb319cca7d518 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sun, 1 Sep 2024 11:49:59 -0400 Subject: [PATCH] readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdda178..183401d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Use [Vite](https://vitejs.dev/) Starter Template to scaffold a new [Riot](https://riot.js.org/) project. +## Features + +Minimal SPA setup using + +- Riot 9.x +- Route 9.x +- Vite 5.x ## Getting Started @@ -33,8 +40,9 @@ src/ <-- your source code css/ <-- processed css files js/ <-- processed javascript files public/ <-- unprocessed static `/` assets - components/ <-- riots components - hello-riot.riot <-- example riot component + components/ <-- riots components examples + riot-welcome.riot + riot-about.riot main.js <-- main app initialization index.html <-- START HERE vite.config.js <-- build configuration