https://github.com/archtechx/airwire-demo
A demo of Airwire
https://github.com/archtechx/airwire-demo
Last synced: about 1 year ago
JSON representation
A demo of Airwire
- Host: GitHub
- URL: https://github.com/archtechx/airwire-demo
- Owner: archtechx
- Created: 2021-05-21T16:38:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T21:38:48.000Z (almost 5 years ago)
- Last Synced: 2025-04-08T12:03:35.489Z (about 1 year ago)
- Language: PHP
- Size: 482 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Airwire demo
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.
## Installation
Simply clone the repository and serve the app.
The database should be included. If it's not found, run `touch database/database.sqlite`.
To refresh the database, run `php artisan migrate:fresh`.
## Highlights
- [`app/Airwire`](https://github.com/archtechx/airwire-demo/tree/master/app/Airwire) contains all of the backend logic
- [`resources/js/app.ts`](https://github.com/archtechx/airwire-demo/blob/master/resources/js/app.ts) contains the JavaScript setup
- [`resources/js/components`](https://github.com/archtechx/airwire-demo/tree/master/resources/js/components) contains all of the Vue components that use Airwire