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
konrad d61a7511da
All checks were successful
continuous-integration/drone/push Build is passing
Migration Improvements (#47)
Make "migration" "import everywhere"

Add checking for migration status before trying to migrate

Add get status from migrations

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #47
2020-01-20 21:22:32 +00:00
docs
public Add Wunderlist migration (#46) 2020-01-19 19:23:06 +00:00
src Migration Improvements (#47) 2020-01-20 21:22:32 +00:00
.drone.yml Update dependencies (#40) 2019-12-15 20:42:40 +00:00
.gitignore
babel.config.js
CHANGELOG.md
Dockerfile
LICENSE
nginx.conf
package.json Update dependencies (#40) 2019-12-15 20:42:40 +00:00
README.md
vue.config.js
yarn.lock Update dependencies (#40) 2019-12-15 20:42:40 +00:00

Web frontend for Vikunja

The todo app to organize your life.

Build Status License: LGPL 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