The to-do app to organize your life. Public API Roadmap here: https://my.vikunja.cloud/share/QFyzYEmEYfSyQfTOmIRSwLUpkFjboaBqQCnaPmWd/auth.
Go to file
viehlieb 995b32cbbd Merge branch 'main' of https://kolaente.dev/vikunja/frontend into main 2023-01-30 14:56:08 +01:00
.gitea merge from upstream 2022-12-23 12:10:17 +01:00
.github fix(bug-report.yml): list (#2845) 2022-12-13 19:00:50 +00:00
.vscode Enable a list to be moved across namespaces (#1096) 2022-01-23 12:59:43 +00:00
.vscode.example feat: use pnpm 2022-09-21 17:29:36 +02:00
REST-Tests Add file volume to the docker image 2019-11-24 18:36:43 +01:00
build Add systemd service file to linux packages 2021-03-28 18:18:58 +02:00
cypress fix(cypress): use env for API_URL (#2925) 2023-01-05 13:34:40 +00:00
docker Docker refactoring (#3018) 2023-01-29 14:47:22 +00:00
docs merge from upstream 2022-12-23 12:10:17 +01:00
originalMedia feat: use variable fonts with subsetting (#2817) 2022-12-15 21:37:02 +00:00
pkg fix(migration): make sure importing works when the csv file has errors and don't try to parse empty values as dates 2022-10-09 22:58:08 +02:00
public feat: use variable fonts with subsetting (#2817) 2022-12-15 21:37:02 +00:00
scripts Docker refactoring (#3018) 2023-01-29 14:47:22 +00:00
src fix(quick add magic): correctly parse "next {weekday}" on the beginning of the text 2023-01-29 15:32:01 +01:00
.dockerignore fix: switch back to alpine for everything, disable arm 32 docker builds 2022-08-03 14:05:07 +02:00
.drone.yml fix(ci): disable auto_tag for release docker images 2023-01-24 18:24:36 +01:00
.editorconfig merge from upstream 2022-12-23 12:10:17 +01:00
.env.local.example feat: add .env.local.example (#2972) 2023-01-18 00:06:18 +00:00
.envrc feat: add nix flake for dev shell 2022-10-03 16:10:53 +02:00
.eslintrc.cjs fix: disable props destructure error 2022-10-31 22:42:30 +01:00
.gitignore feat: add histoire 2023-01-05 23:12:58 +01:00
.golangci.yml feat: upgrade golangci-lint to 1.45.2 2022-03-27 16:55:37 +02:00
.npmrc feat: use pnpm 2022-09-21 17:29:36 +02:00
.nvmrc fix: update nvm node version (#1856) 2022-04-23 15:55:02 +00:00
CHANGELOG.md chore: 0.20.3 release preperations 2023-01-24 17:17:03 +01:00
Dockerfile Docker refactoring (#3018) 2023-01-29 14:47:22 +00:00
Dockerfile.arm32 chore(deps): update dependency golang to v1.19 (#1228) 2022-10-01 15:05:12 +00:00
LICENSE Change license to AGPLv3 2020-12-23 16:41:52 +01:00
README.md Docker refactoring (#3018) 2023-01-29 14:47:22 +00:00
cliff.toml chore: add git-cliff config 2022-08-03 20:10:39 +02:00
code-header-template.txt Update copyright year 2021-02-02 20:19:13 +01:00
config.yml.sample feat: provide default user settings for new users via config 2022-10-02 11:00:58 +02:00
crowdin.cli feat: improve ts setup 2022-07-04 21:50:48 +00:00
cypress.config.ts feat(cypress): use cy.session 2023-01-03 16:30:46 +01:00
docker-manifest-unstable.tmpl feat(ci): use docker buildx for multiarch builds 2022-11-12 14:43:29 +01:00
docker-manifest.tmpl feat(ci): use docker buildx for multiarch builds 2022-11-12 14:43:29 +01:00
env.config.d.ts feat(postcss): mock plugin types (#2930) 2023-01-06 09:27:55 +00:00
env.d.ts feat: add histoire 2023-01-05 23:12:58 +01:00
flake.lock feat: add nix flake for dev shell 2022-10-03 16:10:53 +02:00
flake.nix chore: add git-cliff to flake 2022-10-28 12:21:18 +02:00
go.mod fix(deps): update module github.com/wneessen/go-mail to v0.3.0 (#1278) 2022-10-11 19:18:03 +00:00
go.sum fix(deps): update module github.com/wneessen/go-mail to v0.3.0 (#1278) 2022-10-11 19:18:03 +00:00
histoire.config.ts feat: add histoire 2023-01-05 23:12:58 +01:00
index.html feat: fix broken font preloading (#2980) 2023-01-21 11:01:32 +00:00
magefile.go fix(ci): make sure release zip files have a .zip ending 2022-10-02 16:30:06 +02:00
main.go Update copyright year 2021-02-02 20:19:13 +01:00
netlify.toml feat: use pnpm 2022-09-21 17:29:36 +02:00
nfpm.yaml Add systemd service file to linux packages 2021-03-28 18:18:58 +02:00
package.json chore(deps): update dependency caniuse-lite to v1.0.30001449 2023-01-30 07:21:12 +00:00
pnpm-lock.yaml chore(deps): update dependency caniuse-lite to v1.0.30001449 2023-01-30 07:21:12 +00:00
renovate.json chore: update happy-dom less frequently 2022-10-07 18:17:20 +02:00
run.sh chore: move run.sh in scripts folder (#2649) 2022-11-07 14:33:37 +00:00
tools.go Remove unused tools from tools.go 2021-03-28 17:24:56 +02:00
tsconfig.app.json feat(cypress): use cy.session 2023-01-03 16:30:46 +01:00
tsconfig.config.json feat(postcss): mock plugin types (#2930) 2023-01-06 09:27:55 +00:00
tsconfig.json feat(cypress): use cy.session 2023-01-03 16:30:46 +01:00
tsconfig.vitest.json feat: improve ts setup 2022-07-04 21:50:48 +00:00
vikunja.service Add systemd service file to linux packages 2021-03-28 18:18:58 +02:00
vite.config.ts feat: fix broken font preloading (#2980) 2023-01-21 11:01:32 +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. In order to build it from sources run the command below. (Docker >= v19.03)

export DOCKER_BUILDKIT=1
docker build -t vikunja/frontend .

Refer to Refer to multi-platform documentation in order to build for the different platform.

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm run serve

Compiles and minifies for production

pnpm run build

Lints and fixes files

pnpm run lint

Sponsors

Relm