File: README.md

package info (click to toggle)
python-trame-client 3.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,128 kB
  • sloc: python: 9,609; javascript: 3,897; sh: 9; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Vite project

This example use npm package to illustrate how to use the trame client.

## Trame setup

```bash
python3 -m venv .venv
source .venv/bin/activate
pip install trame
```

## Build the client

```bash
cd client
npm i
npm run build
```

## Running example

```bash
python ./server.py --content ./client/dist
```