readme
This commit is contained in:
parent
2065751df5
commit
fa78a99f55
12
README.md
12
README.md
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
Use [Vite](https://vitejs.dev/) Starter Template to scaffold a new [Riot](https://riot.js.org/) project.
|
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
|
## Getting Started
|
||||||
|
|
||||||
|
@ -33,8 +40,9 @@ src/ <-- your source code
|
||||||
css/ <-- processed css files
|
css/ <-- processed css files
|
||||||
js/ <-- processed javascript files
|
js/ <-- processed javascript files
|
||||||
public/ <-- unprocessed static `/` assets
|
public/ <-- unprocessed static `/` assets
|
||||||
components/ <-- riots components
|
components/ <-- riots components examples
|
||||||
hello-riot.riot <-- example riot component
|
riot-welcome.riot
|
||||||
|
riot-about.riot
|
||||||
main.js <-- main app initialization
|
main.js <-- main app initialization
|
||||||
index.html <-- START HERE
|
index.html <-- START HERE
|
||||||
vite.config.js <-- build configuration
|
vite.config.js <-- build configuration
|
||||||
|
|
Loading…
Reference in New Issue