Go to file
kolaente 551d848a4e
Fixed gzip compression in docker
2019-08-17 11:31:33 +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 Use the new listuser endpoint to search for users 2019-07-22 13:27:20 +02:00
.drone.yml Removed rancher configuration 2019-07-13 19:33:23 +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 Fixed gzip compression in docker 2019-08-17 11:31:33 +02:00
package.json Update vue/cli-service 2019-07-12 11:11:48 +02:00
todo.md [skip ci] updated todo 2019-07-22 13:28:11 +02:00
vue.config.js Multiple Reminders (#5) 2018-11-25 21:02:22 +00:00
yarn.lock Update vue/cli-service 2019-07-12 11:11:48 +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