Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aslam97/laravel-vue-boilerplate

Laravel Vue SPA Sanctum
https://github.com/aslam97/laravel-vue-boilerplate

boilerplates laravel laravel-vue laravel-vue-boilerplate laravel-vue-spa sanctum vue

Last synced: about 2 months ago
JSON representation

Laravel Vue SPA Sanctum

Awesome Lists containing this project

README

        

# Laravel Vue Boilerplace

| Light | Dark |
| :----------------------------------: | :----------------------------------: |
| ![](https://i.imgur.com/b8anAkR.png) | ![](https://i.imgur.com/L3HXQk5.png) |

### Lighthouse Score

## Features

- Laravel 8
- Night mode
- Integrate vee-validate and vue-i18n
- CSS Module
- Sanctum

## Getting started

```bash
# 1. Clone the repository.
git clone https://github.com/Aslam97/laravel-vue-boilerplate.git my-new-lavueject

# 2. Enter your newly-cloned folder.
cd my-new-lavueject

# 3. Install composer dependencies
composer install

# 4. Install npm dependencies
npm install
```
**This isn't exactly what I'm looking for. Where can I find other boilerplates and similar projects?**

See the [awesome-vue](https://github.com/vuejs/awesome-vue#scaffold) repo for other great projects in the Vue ecosystem.