Go to file
kolaente d92c3ae272
Added somewhat global config
2019-09-09 20:47:43 +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 Added somewhat global config 2019-09-09 20:47:43 +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 Added caching to the docker image 2019-08-17 11:52:35 +02:00
babel.config.js init 2018-08-28 22:50:22 +02:00
nginx.conf Added caching to the docker image 2019-08-17 11:52:35 +02:00
package.json Added link sharing (#30) 2019-09-09 17:55:43 +00:00
todo.md Added link sharing (#30) 2019-09-09 17:55:43 +00:00
vue.config.js Multiple Reminders (#5) 2018-11-25 21:02:22 +00:00
yarn.lock Added link sharing (#30) 2019-09-09 17:55:43 +00: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.

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