You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Elia Zammuto c98816d92b Merge branch 'main' of ssh://kolaente.dev:9022/Elix/frontend 9 months ago
.github Add github sponsoring 2 years ago
.vscode.example feat: add example configuration for vscode with volor (#791) 2 years ago
cypress chore(deps): update dependency cypress to v10 (#2015) 10 months ago
docs Move everything to models and services (#17) 4 years ago
originalMedia fix: llama color (#1212) 1 year ago
public feat: improve playPop helper (#1229) 1 year ago
scripts feat: change port to 4173 1 year ago
src Merge branch 'main' of https://kolaente.dev/vikunja/frontend 9 months ago
.drone.yml chore(deps): update node.js to v18 (#1845) 11 months ago
.editorconfig feat: add .editorconfig for scss and css files (#970) 1 year ago
.gitignore feat: add preview deploys with netlify (#972) 1 year ago
.nvmrc fix: update nvm node version (#1856) 11 months ago
CHANGELOG.md chore: 0.18.2 release preparations 1 year ago
Dockerfile chore(deps): update node.js to v18 (#1845) 11 months ago
LICENSE Change license to AGPLv3 2 years ago
README.md chore: 0.18.2 release preparations 1 year ago
cypress.config.ts chore(deps): update dependency cypress to v10 (#2015) 10 months ago
docker-manifest-unstable.tmpl Switch the :latest docker image tag to contain the latest release instead of the latest unstable 2 years ago
docker-manifest.tmpl Change building latest docker image 2 years ago
index.html feat: add sentry (#879) 1 year ago
netlify.toml feat: change preview api url (#1584) 1 year ago
nginx.conf feat: nginx improvements (#1545) 12 months ago
package.json chore(deps): update dependency esbuild to v0.14.44 (#2055) 9 months ago
renovate.json chore: update browserslist at most weekly and group it 10 months ago
run.sh fix: sed replacement of SENTRY_DSN (#2036) 10 months ago
tsconfig.json feat: enable strictNullChecks ts setting (#1538) 1 year ago
vite.config.ts feat: remove vue3 compat mode 10 months ago
yarn.lock chore(deps): update dependency esbuild to v0.14.44 (#2055) 9 months ago

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