Skip to content

MichaelNZ85/AdonisInertiaVue3Boilerplate

Repository files navigation

Adonis / Inertia / Vue 3 Boilerplate

This project serves as a starter project for building web apps with Adonis as a backend, Vue 3 as a frontend and Inertia linking the two together without the need for an API. Webpack and Vue Loader are used to compile the frontend assets.

I am indebted to Adocasts for their tutorial which I used to set up this boilerplate. If you want to learn Adonis, then you should check out their site.

How to use

  1. Clone this repository
git clone git@github.com:MichaelNZ85/AdonisInertiaVue3Boilerplate.git my-cool-project
  1. Install dependencies
cd my-cool-project
npm install   
  1. Run the server
node ace serve
  1. Your app will be running at http://localhost:3333.
  2. Build something great!

About

Starting template with Adonis, Vue 3 and Inertia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published