# Web frontend for Vikunja > The todo app to organize your life. [](https://drone.kolaente.de/vikunja/frontend) [](LICENSE) [](https://dl.vikunja.io) [](https://crowdin.com/project/vikunja) This is the web frontend for Vikunja, written in Vue.js. Take a look at [our roadmap](https://my.vikunja.cloud/share/UrdhKPqumxDXUbYpEGJLSIyNTwAnbBzVlwdDpRbv/auth) (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](https://vikunja.io/contact/#security). ## Docker There is a [docker image available](https://hub.docker.com/r/vikunja/api) with support for http/2 and aggressive caching enabled. ## Project setup ```shell yarn install ``` ### Compiles and hot-reloads for development ```shell yarn run serve ``` ### Compiles and minifies for production ```shell yarn run build ``` ### Lints and fixes files ```shell yarn run lint ```