2019-07-12 09:49:48 +00:00
|
|
|
# Agola Web UI
|
|
|
|
|
|
|
|
[![Build Status](https://run.agola.io/api/v1alpha/badges/org%2Fagola%2Fagola-web?branch=master)](https://run.agola.io/org/agola/projects/agola-web.proj)
|
|
|
|
|
|
|
|
This is the agola web ui repository.
|
|
|
|
|
|
|
|
The agola web ui is built with [vue](https://vuejs.org) and [tailwindcss](https://tailwindcss.com)
|
|
|
|
|
|
|
|
It's currently good for the initial release but we'll start an ui/ux redesign to make it better and add missing parts.
|
2018-12-09 13:21:20 +00:00
|
|
|
|
|
|
|
## Project setup
|
|
|
|
```
|
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
```
|
|
|
|
npm run serve
|
|
|
|
```
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
|
|
|
```
|
|
|
|
npm run build
|
|
|
|
```
|
|
|
|
|
|
|
|
### Run your tests
|
|
|
|
```
|
|
|
|
npm run test
|
|
|
|
```
|
|
|
|
|
|
|
|
### Lints and fixes files
|
|
|
|
```
|
|
|
|
npm run lint
|
|
|
|
```
|