The to-do app to organize your life. Public API Roadmap here: https://my.vikunja.cloud/share/QFyzYEmEYfSyQfTOmIRSwLUpkFjboaBqQCnaPmWd/auth?view=kanban
Go to file
renovate 07ac1245a9 fix(deps): update sentry-javascript monorepo to v6.17.2 (#1444)
Reviewed-on: vikunja/frontend#1444
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-01-25 21:18:23 +00:00
.github
.vscode.example
cypress fix: replace faker with community fork faker-js/faker (#1408) 2022-01-20 07:54:39 +00:00
docs
originalMedia
public
scripts
src fix: replace faker with community fork faker-js/faker (#1408) 2022-01-20 07:54:39 +00:00
.drone.yml feat: run vue-tsc in ci (#1295) 2022-01-06 10:37:51 +00:00
.editorconfig
.gitignore
.nvmrc
CHANGELOG.md
Dockerfile
LICENSE
README.md
cypress.json
docker-manifest-unstable.tmpl
docker-manifest.tmpl
index.html
netlify.toml
nginx.conf
package.json fix(deps): update sentry-javascript monorepo to v6.17.2 (#1444) 2022-01-25 21:18:23 +00:00
renovate.json chore: update netlify-cli only weekly 2022-01-14 22:20:32 +01:00
run.sh
tsconfig.json feat: replace jest with vitest 2022-01-04 14:16:47 +01:00
vite.config.ts feat: replace jest with vitest 2022-01-04 14:16:47 +01:00
yarn.lock fix(deps): update sentry-javascript monorepo to v6.17.2 (#1444) 2022-01-25 21:18:23 +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