Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aslam97/laravel-vue-boilerplate
- Owner: Aslam97
- License: mit
- Created: 2020-11-08T12:13:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T15:01:35.000Z (8 months ago)
- Last Synced: 2024-05-07T16:26:15.678Z (8 months ago)
- Topics: boilerplates, laravel, laravel-vue, laravel-vue-boilerplate, laravel-vue-spa, sanctum, vue
- Language: PHP
- Homepage: https://lavuject.herokuapp.com
- Size: 3.18 MB
- Stars: 41
- Watchers: 5
- Forks: 6
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.