Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldcoders/laravel-snowpack-inertia-vue
Opionated Laravel Starter App for Better Compilation Times using Snowpack. Uses Laravel Jetstream for Auth, Laravel Inertia, Inertia Js , Vue 3 , TailwindCss and Tailwind Ui.
https://github.com/goldcoders/laravel-snowpack-inertia-vue
inertiajs laravel-jetstream snowpack tailwindcss tailwindui vue vue3 vuejs
Last synced: 3 months ago
JSON representation
Opionated Laravel Starter App for Better Compilation Times using Snowpack. Uses Laravel Jetstream for Auth, Laravel Inertia, Inertia Js , Vue 3 , TailwindCss and Tailwind Ui.
- Host: GitHub
- URL: https://github.com/goldcoders/laravel-snowpack-inertia-vue
- Owner: goldcoders
- Created: 2021-05-29T06:08:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T09:20:24.000Z (over 2 years ago)
- Last Synced: 2024-07-28T21:47:12.582Z (3 months ago)
- Topics: inertiajs, laravel-jetstream, snowpack, tailwindcss, tailwindui, vue, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 1 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-snowpack - [Source
README
## Laravel Starter App with Snowpack
## Compile within Seconds
## Caveats
For production you need to use webpack small price to pay
Well if your not using snowpack in dev you always pay the price anyway :pThis is a working Example of Snowpack with Laravel , Inertia Js And Vue3
## Requirements
- php 8.0 +
- vue 3
- node v14.16.0
- yarn## Installation
1. Clone repo```
git clone REMOTE_URL
```2. Install PHP Dependencies
```
composer install
```3. Install Node Packages
```
yarn
```## Development
1. run `yarn dev`
2. Edit `Home.vue` and test tailwind css class change with HMR## Production build
1. run `yarn build`
## LicenseThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).