Frontend Roadmap here:
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
Dominik Pschenitschni ede8bc5015 [skip ci] Updated translations via Crowdin 1 year ago
.github Add github sponsoring 2 years ago
.vscode.example feat: add example configuration for vscode with volor (#791) 2 years ago
cypress feat: make profile picture clickable (#1531) 1 year 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 chore(ci): make sure you cannot tamper the deploy script in a PR 1 year ago
src [skip ci] Updated translations via Crowdin 1 year ago
.drone.yml chore(tests): remove test result upload to s3 since we now have cypress dashboard 1 year 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 revert: fix: update node in .nvmrc aswell (#886) 1 year ago
CHANGELOG.md chore: 0.18.2 release preparations 1 year ago
Dockerfile feat: remove ssl generation from docker image 1 year ago
LICENSE Change license to AGPLv3 2 years ago
README.md chore: 0.18.2 release preparations 1 year ago
cypress.json feat: add cypress dashboard record (#1462) 1 year 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 fix: preview deploy for PRs (#990) 1 year ago
nginx.conf feat: remove ssl generation from docker image 1 year ago
package.json chore(deps): update dependency @vitejs/plugin-legacy to v1.7.1 (#1529) 1 year ago
renovate.json chore: update netlify-cli only weekly 1 year ago
run.sh fix: default sentry dsn in docker 1 year ago
tsconfig.json feat: enable strictNullChecks ts setting (#1538) 1 year ago
vite.config.ts feat: replace jest with vitest 1 year ago
yarn.lock chore(deps): update dependency @vitejs/plugin-legacy to v1.7.1 (#1529) 1 year 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