agola web ui
449096c0a3
remove the use of http server sent events, just use the streaming api handle line feeds by rewriting the current line. This isn't perfect since it won't handle subtle cases where the colors are change between lines but will work in all standard cases Now commands that writes a progess will work correctly without adding a new line every time and users will see the progress in realtime. |
||
---|---|---|
public | ||
src | ||
.dockerignore | ||
.gitignore | ||
babel.config.js | ||
Dockerfile | ||
jsconfig.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
vue.config.js |
agola-web
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