The to-do app to organize your life. Public API Roadmap here: https://my.vikunja.cloud/share/QFyzYEmEYfSyQfTOmIRSwLUpkFjboaBqQCnaPmWd/auth?view=kanban
Go to file
renovate 39ef4b48f2 Update dependency vite to v2.4.4 (#619)
Reviewed-on: vikunja/frontend#619
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2021-07-27 14:07:28 +00:00
.github
cypress Add vite (#416) 2021-07-25 13:27:15 +00:00
docs
public Add vite (#416) 2021-07-25 13:27:15 +00:00
scripts Add vite (#416) 2021-07-25 13:27:15 +00:00
src Search namespaces locally only when duplicating a list 2021-07-27 15:36:02 +02:00
.drone.yml Add vite (#416) 2021-07-25 13:27:15 +00:00
.editorconfig
.gitignore Improve chunk size 2021-07-25 16:02:49 +02:00
CHANGELOG.md
Dockerfile
LICENSE
README.md
babel.config.js
cypress.json Add vite (#416) 2021-07-25 13:27:15 +00:00
docker-manifest-latest.tmpl
docker-manifest.tmpl
index.html Add vite (#416) 2021-07-25 13:27:15 +00:00
nginx.conf
package.json Update dependency vite to v2.4.4 (#619) 2021-07-27 14:07:28 +00:00
ping-weblate.sh
renovate.json
run.sh
tsconfig.json Fix date parsing parsing words with weekdays in them (#607) 2021-07-25 10:45:17 +00:00
vite.config.js Update dependency vite-plugin-pwa to v0.8.2 (#612) 2021-07-26 20:26:53 +00:00
yarn.lock Update dependency vite to v2.4.4 (#619) 2021-07-27 14:07:28 +00:00

README.md

Web frontend for Vikunja

The todo app to organize your life.

Build Status License: AGPL v3 Download Translation

This is the web frontend for Vikunja, written in Vue.js.

Take a look at our roadmap (hosted on Vikunja!) for a list of things we're currently working on!

Security Reports

If you find any security-related issues you don't want to disclose publicly, please use the contact information on our website.

Docker

There is a docker image available with support for http/2 and aggressive caching enabled.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint