/adonis-vue-demo

Demo and blueprint for an Adonis / Vue project

Primary LanguageJavaScript

Adonis Vue Demo

This is a fullstack boilerplate/blueprint/demo for AdonisJs and Vue. Check out the blog post to see how it is set up.

Migrations

Run the following command to run startup migrations.

adonis migration:run

Start the application

npm run dev