mirror of
https://github.com/archtechx/airwire-demo.git
synced 2025-12-11 00:04:04 +00:00
A demo of Airwire
|
|
||
|---|---|---|
| app | ||
| bootstrap | ||
| config | ||
| database | ||
| public | ||
| resources | ||
| routes | ||
| storage | ||
| tests | ||
| .editorconfig | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| .styleci.yml | ||
| artisan | ||
| composer.json | ||
| composer.lock | ||
| package-lock.json | ||
| package.json | ||
| phpunit.xml | ||
| README.md | ||
| server.php | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| webpack.mix.js | ||
Airwire demo
This app serves as a demo of 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/Airwirecontains all of the backend logicresources/js/app.tscontains the JavaScript setupresources/js/componentscontains all of the Vue components that use Airwire