agola web ui
b2955f1704
* Consider all the tasks from the current level + 1 when fetching the parents tasks * Exclude the child level when computing the parent row needed to create an edge that don't overlaps with the tasks of greater level. |
||
---|---|---|
.agola | ||
public | ||
src | ||
.dockerignore | ||
.gitignore | ||
babel.config.js | ||
Dockerfile | ||
jsconfig.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.js | ||
vue.config.js |
Agola Web UI
This is the agola web ui repository.
The agola web ui is built with vue and tailwindcss
It's currently good for the initial release but we'll start an ui/ux redesign to make it better and add missing parts.
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