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 (22 lines) | stat: -rw-r--r-- 369 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
# trame-client

This directory capture the Vue.js application and components to work with a trame server.

## Get Vue 2.7.x

```bash
curl https://unpkg.com/vue@2.7.14/dist/vue.min.js -Lo public/vue.global.js
```

## Setup

```
npm install
npm run build # build app
npm run build:components # build components library
```

### Lints and fixes files
```
npm run lint
```