aboutsummaryrefslogtreecommitdiff
path: root/src-vue/README.md
blob: e6d7ea6eb959fdd4fea73500ad56de5616f933d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# FlightCore UI

This folder holds FlightCore's interface repository.

This is a [Vue (v4)](https://vuejs.org/) project, using [Element Plus](https://element-plus.org/en-US/) component library.

## Development

```shell
# Install dependencies
npm install

# Run in development mode
npm run dev

# Build for production
npm run build
```