mirror of
https://github.com/archtechx/airwire-demo.git
synced 2025-12-12 00:24:03 +00:00
Add links
This commit is contained in:
parent
d6d22f8355
commit
63e4a7a279
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Airwire demo
|
# Airwire demo
|
||||||
|
|
||||||
This app serves as a demo of Airwire.
|
This app serves as a demo of [Airwire](https://github.com/archtechx/airwire).
|
||||||
|
|
||||||
Currently it only has a Vue demo, but we'll replicate it in Alpine very soon.
|
Currently it only has a Vue demo, but we'll replicate it in Alpine very soon.
|
||||||
|
|
||||||
|
|
@ -14,6 +14,6 @@ To refresh the database, run `php artisan migrate:fresh`.
|
||||||
|
|
||||||
## Highlights
|
## Highlights
|
||||||
|
|
||||||
- `app/Airwire` contains all of the backend logic
|
- [`app/Airwire`](https://github.com/archtechx/airwire-demo/tree/master/app/Airwire) contains all of the backend logic
|
||||||
- `resources/js/app.ts` contains the JavaScript setup
|
- [`resources/js/app.ts`](https://github.com/archtechx/airwire-demo/blob/master/resources/js/app.ts) contains the JavaScript setup
|
||||||
- `resources/js/components` contains all of the Vue components that use Airwire
|
- [`resources/js/components`](https://github.com/archtechx/airwire-demo/tree/master/resources/js/components) contains all of the Vue components that use Airwire
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue