Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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 install

npm 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 😉