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