Frontend Roadmap here:
Go to file
kolaente cdb63b578d
chore: use the <dropdown> and <dropdown-item> components everywhere
Resolves vikunja/frontend#2176
2022-07-20 17:08:58 +02:00
.github
.vscode.example
cypress fix(tests): correctly set task position in cypress test fixtures 2022-07-13 17:00:38 +02:00
docs
originalMedia
public
scripts
src chore: use the <dropdown> and <dropdown-item> components everywhere 2022-07-20 17:08:58 +02:00
.drone.yml
.editorconfig
.eslintrc.js
.gitignore
.nvmrc
CHANGELOG.md
Dockerfile
LICENSE
README.md
crowdin.cli
cypress.config.ts
docker-manifest-unstable.tmpl
docker-manifest.tmpl
env.d.ts
index.html
netlify.toml
nginx.conf
package.json chore(deps): update dependency vue-tsc to v0.38.9 (#2162) 2022-07-20 09:06:08 +00:00
renovate.json
run.sh
tsconfig.app.json
tsconfig.json
tsconfig.vite-config.json
tsconfig.vitest.json
vite.config.ts
yarn.lock chore(deps): update dependency vue-tsc to v0.38.9 (#2162) 2022-07-20 09:06:08 +00:00

README.md

Web frontend for Vikunja

The todo app to organize your life.

Build Status License: AGPL v3 Download Translation

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!

Security Reports

If you find any security-related issues you don't want to disclose publicly, please use the contact information on our website.

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