Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 315 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 315 Bytes

Trame-Python

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