Frontend Roadmap here:
Go to file
renovate 985f379845 fix(deps): update sentry-javascript monorepo to v7.9.0 (#2224)
Reviewed-on: vikunja/frontend#2224
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-08-05 14:13:49 +00:00
.gitea feat: add issue template 2022-07-21 16:49:21 +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 fix: i18n scope 2022-08-04 21:33:24 +00:00
.drone.yml
.editorconfig
.eslintrc.js
.gitignore
.nvmrc
CHANGELOG.md chore: release preparations 2022-08-03 20:17:37 +02:00
cliff.toml chore: add git-cliff config 2022-08-03 20:10:39 +02:00
crowdin.cli
cypress.config.ts feat(tests): change cypress default viewport size 2022-07-12 09:09:26 +02:00
docker-manifest-unstable.tmpl
docker-manifest.tmpl
Dockerfile
env.d.ts
index.html
LICENSE
netlify.toml
nginx.conf
package.json fix(deps): update sentry-javascript monorepo to v7.9.0 (#2224) 2022-08-05 14:13:49 +00:00
README.md chore: release preparations 2022-08-03 20:17:37 +02:00
renovate.json
run.sh
tsconfig.app.json
tsconfig.json
tsconfig.vite-config.json
tsconfig.vitest.json
vite.config.ts
yarn.lock fix(deps): update sentry-javascript monorepo to v7.9.0 (#2224) 2022-08-05 14:13:49 +00:00

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