NOW ARCHIVED AND MERGED INTO ONE REPO, SEE https://kolaente.dev/vikunja/vikunja
This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
kolaente d13f16f349
continuous-integration/drone/push Build is passing Details
Change license to AGPLv3
2020-12-23 16:47:05 +01:00
.github
cypress Change test waits (I wish I wouldn't need them) 2020-12-18 23:52:15 +01:00
docs
public Add Microsoft Todo migration (#339) 2020-12-18 11:12:20 +00:00
scripts Frontend Testing With Cypress (#313) 2020-12-10 13:52:35 +00:00
src Add task filter for kanban 2020-12-22 12:49:43 +01:00
.drone.yml Add downloading assets when building docker images 2020-12-16 20:23:38 +01:00
.gitignore Frontend Testing With Cypress (#313) 2020-12-10 13:52:35 +00:00
CHANGELOG.md
Dockerfile Add downloading assets when building docker images 2020-12-16 20:23:38 +01:00
LICENSE Change license to AGPLv3 2020-12-23 16:47:05 +01:00
README.md Change license to AGPLv3 2020-12-23 16:47:05 +01:00
babel.config.js
cypress.json Frontend Testing With Cypress (#313) 2020-12-10 13:52:35 +00:00
docker-manifest.tmpl
nginx.conf Properly cache html files 2020-12-16 12:28:54 +01:00
package.json Change license to AGPLv3 2020-12-23 16:47:05 +01:00
renovate.json
run.sh
vue.config.js
yarn.lock Update dependency axios to v0.21.1 (#353) 2020-12-22 09:04:14 +00:00

README.md

Web frontend for Vikunja

The todo app to organize your life.

Build Status License: AGPL v3 Download

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!

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