Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Adonis / Vite / Inertia / Vue 3 Boilerplate

Based on the example in [91codes' adonis-vite repo](https://github.com/91codes/adonis-vite), this is a boilerplate setup for using AdonisJS as a backend, with Vue as a frontend using Inertia to remove the need for an API, along with Vite for compiling resources and hot reloading.
Based on the example in [91bytes' adonis-vite repo](https://github.com/91bytes/adonis-vite), this is a boilerplate setup for using AdonisJS as a backend, with Vue as a frontend using Inertia to remove the need for an API, along with Vite for compiling resources and hot reloading.

This project serves as a starter project for building web apps with [Adonis](http://adonisjs.com) as a backend, [Vue 3](http://vuejs.org) as a frontend and [Inertia](https://inertiajs.com) linking the two together without the need for an API. [Vite](http://vitejs.dev) is used to compile frontend assets.

I am indebted to [Adocasts](https://adocasts.com/lessons/adding-inertiajs-to-a-new-adonisjs-project) for their tutorial which I used to set up this boilerplate, as well as [91codes](https://github.com/91codes) Adonis-Vite setup and exampl. If you want to learn Adonis, then you should check out [Adocasts](https://adocasts.com/lessons/adding-inertiajs-to-a-new-adonisjs-project).
I am indebted to [Adocasts](https://adocasts.com/lessons/adding-inertiajs-to-a-new-adonisjs-project) for their tutorial which I used to set up this boilerplate, as well as [91bytes](https://github.com/91bytes) Adonis-Vite setup and example. If you want to learn Adonis, then you should check out [Adocasts](https://adocasts.com/lessons/adding-inertiajs-to-a-new-adonisjs-project).

### How to use

Expand Down