Adonis Vue (repo)

Adonis-Vue is an starter for single page web application using javascript in both back-end and front-end with AdonisJs and Vue.
AdonisJs is a Node.js web framework with a breath of fresh air and drizzle of elegant syntax on top of it.
Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces.
!! For using Adonis-Vue you must already familiar with Vue Js and Adonis Js

Installation


git clone https://github.com/YahyaHosainy/Adonis-Vue
cd Adonis-Vue
npm install
cp .env.example .env
npm start

for run development server

adonis serve --dev

If you don’t already installed adonis cli you must first install it :

npm i -g @adonisjs/cli

Run vue js ( front )


Run dev

npm run dev

Watch files for change

npm run watch

And for production

npm run prod