Go to file
Konrad 4dbec1acab
Translated using Weblate (English)
Currently translated at 99.8% (626 of 627 strings)

Translation: Vikunja/Frontend
Translate-URL: https://hosted.weblate.org/projects/vikunja/frontend/en/
2021-06-25 17:08:53 +02:00
.github
cypress Add translations (#562) 2021-06-23 23:24:57 +00:00
docs
public
scripts
src Translated using Weblate (English) 2021-06-25 17:08:53 +02:00
.drone.yml Move weblate ping to shell script 2021-06-24 13:23:48 +02:00
.gitignore
CHANGELOG.md Release preparations 2021-05-14 17:13:09 +02:00
Dockerfile Update Node.js (#549) 2021-06-14 20:33:56 +00:00
LICENSE
README.md Add translations (#562) 2021-06-23 23:24:57 +00:00
babel.config.js
cypress.json Configure tests retries 2021-06-02 09:08:24 +02:00
docker-manifest-latest.tmpl Add separate manifest template for latest 2021-02-14 23:41:29 +01:00
docker-manifest.tmpl
nginx.conf
package.json Update dependency eslint-plugin-vue to v7.12.1 (#565) 2021-06-25 10:57:26 +00:00
ping-weblate.sh Move weblate ping to shell script 2021-06-24 13:23:48 +02:00
renovate.json
run.sh
vue.config.js
yarn.lock Update dependency eslint-plugin-vue to v7.12.1 (#565) 2021-06-25 10:57:26 +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