agola web ui
43e860d3c5
If we do a router.push to the login view the previous component will receive anyway the error and set the global error after the login view is mounted (!!!) and so the main app will show the global error instead of the login view. Not sure how to avoid this. As a really ugly workaround just return an empty response on 401 so the components (since they are currently assumong the response is always define) will throw an exception and not set the global error. |
||
---|---|---|
.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
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