Frontend Roadmap here:
Go to file
renovate 7bbd452f3b chore(deps): update dependency cypress to v10.6.0 (#2271)
Reviewed-on: vikunja/frontend#2271
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
2022-08-16 21:11:39 +00:00
.gitea feat: add issue template 2022-07-21 16:49:21 +02:00
.github
.vscode.example feat: improve ts setup 2022-07-04 21:50:48 +00:00
cypress fix: clear all localstorage when logging out 2022-08-09 11:55:19 +02:00
docs
originalMedia
public
scripts
src fix(dark mode): make a focused text only button actually readable 2022-08-15 23:08:18 +02: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 feat: improve ts setup 2022-07-04 21:50:48 +00:00
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 feat: setup cypress 2022-07-04 21:50:48 +00:00
index.html
LICENSE
netlify.toml
nginx.conf
package.json chore(deps): update dependency cypress to v10.6.0 (#2271) 2022-08-16 21:11:39 +00:00
README.md chore: release preparations 2022-08-03 20:17:37 +02:00
renovate.json
run.sh
tsconfig.app.json fix: reenable some compilerOptions 2022-07-04 21:50:48 +00:00
tsconfig.json feat: improve ts setup 2022-07-04 21:50:48 +00:00
tsconfig.vite-config.json feat: improve ts setup 2022-07-04 21:50:48 +00:00
tsconfig.vitest.json feat: improve ts setup 2022-07-04 21:50:48 +00:00
vite.config.ts feat: improve ts setup 2022-07-04 21:50:48 +00:00
yarn.lock chore(deps): update dependency cypress to v10.6.0 (#2271) 2022-08-16 21:11:39 +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