https://github.com/exhuma/pollux-frontend
Web UI for exhuma/pollux
https://github.com/exhuma/pollux-frontend
Last synced: 5 months ago
JSON representation
Web UI for exhuma/pollux
- Host: GitHub
- URL: https://github.com/exhuma/pollux-frontend
- Owner: exhuma
- License: mit
- Created: 2021-06-25T12:15:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T17:42:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T12:32:47.531Z (over 1 year ago)
- Language: Vue
- Size: 521 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pollux-web
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).