Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betahut/laravue
:rocket: Laravel + Vue + Vuex + Vue Router + SPA + Dingo API = awesome:heart:
https://github.com/betahut/laravue
dashboard database dingo-api laravel laravel58 oauth2 passport respository rocket vue vue-router vuex
Last synced: 4 days ago
JSON representation
:rocket: Laravel + Vue + Vuex + Vue Router + SPA + Dingo API = awesome:heart:
- Host: GitHub
- URL: https://github.com/betahut/laravue
- Owner: betahut
- Created: 2019-08-03T03:18:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:38:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T09:16:33.478Z (over 1 year ago)
- Topics: dashboard, database, dingo-api, laravel, laravel58, oauth2, passport, respository, rocket, vue, vue-router, vuex
- Language: PHP
- Homepage: https://dicus.herokuapp.com
- Size: 2.88 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel 8 + Vue 3 + Vuex 4.0 + TailwindCSS 1.9.6 Starter
## Features
Laravel 8 ✅
Vue 3 ✅
Vuex 4.0 ✅
Vue Router 4 ✅
TailwindCSS 1.9.6 ✅## Getting Started
First clone the project.
Install dependencies
```bash
composer installnpm install
# or
yarn install```
For Development
```bash
npm run dev
# or
yarn dev
```For Hot Reload
```bash
npm run watch
# or
yarn watch
```For Production
```bash
npm run production
# or
yarn production
```Enjoy 😊
Hit a star if you found this helpful 😉