Method 1:
source .venv/bin/activate
Setup Vue
cd myapp/my-vue-app
npm i
npm i @kitware/trame --save
npm run build
npm run sever - For Preview
pip install django trame
go back to django folder
it directly serves the files from the my-vue-app dist after build
python manage.py runserver