https://github.com/genfuture/trame-python
https://github.com/genfuture/trame-python
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/genfuture/trame-python
- Owner: genfuture
- Created: 2024-07-27T00:44:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T01:27:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T20:42:12.311Z (over 1 year ago)
- Language: Python
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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