Go to file
konrad ad635d339c
Added support for HTTP/2 to the docker image
2019-06-10 22:12:58 +02:00
docs Move everything to models and services (#17) 2019-03-02 10:25:10 +00:00
public Add week and month view for tasks (#15) 2018-12-25 22:41:55 +00:00
src Show avatars of assigned users 2019-06-06 12:52:05 +02:00
.drone.yml Fixed drone config 2019-04-25 20:08:12 +02:00
.gitignore updated gitignore 2018-09-08 17:45:26 +02:00
Dockerfile Added support for HTTP/2 to the docker image 2019-06-10 22:12:58 +02:00
LICENSE Added License & badges 2018-09-17 07:46:06 +02:00
README.md Upped version to 0.8 2019-04-30 22:29:22 +02:00
babel.config.js init 2018-08-28 22:50:22 +02:00
nginx.conf Added support for HTTP/2 to the docker image 2019-06-10 22:12:58 +02:00
package.json Upped version to 0.8 2019-04-30 22:29:22 +02:00
todo.md [skip ci] updated todo 2019-06-07 21:23:42 +02:00
vue.config.js Multiple Reminders (#5) 2018-11-25 21:02:22 +00:00
yarn.lock Updated packages to their latest versiosn 2019-05-28 16:09:55 +02:00

README.md

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.

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