An open API service indexing awesome lists of open source software.

https://github.com/genfuture/trame-python


https://github.com/genfuture/trame-python

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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