Frontend Roadmap here:
https://my.vikunja.cloud/share/UrdhKPqumxDXUbYpEGJLSIyNTwAnbBzVlwdDpRbv/auth?view=kanban
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.
continuous-integration/drone/push Build is passing
Details
Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: #2980 Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de> |
5 months ago | |
---|---|---|
.gitea | 11 months ago | |
.github | 6 months ago | |
.vscode.example | 9 months ago | |
cypress | 5 months ago | |
docs | 4 years ago | |
originalMedia | 6 months ago | |
public | 6 months ago | |
scripts | 5 months ago | |
src | 5 months ago | |
.drone.yml | 5 months ago | |
.editorconfig | 2 years ago | |
.env.local.example | 5 months ago | |
.envrc | 8 months ago | |
.eslintrc.cjs | 7 months ago | |
.gitignore | 5 months ago | |
.npmrc | 9 months ago | |
.nvmrc | 1 year ago | |
CHANGELOG.md | 6 months ago | |
Dockerfile | 7 months ago | |
LICENSE | 2 years ago | |
README.md | 6 months ago | |
cliff.toml | 10 months ago | |
crowdin.cli | 11 months ago | |
cypress.config.ts | 5 months ago | |
env.config.d.ts | 5 months ago | |
env.d.ts | 5 months ago | |
flake.lock | 8 months ago | |
flake.nix | 7 months ago | |
histoire.config.ts | 5 months ago | |
index.html | 5 months ago | |
netlify.toml | 9 months ago | |
nginx.conf | 1 year ago | |
package.json | 5 months ago | |
pnpm-lock.yaml | 5 months ago | |
renovate.json | 8 months ago | |
tsconfig.app.json | 5 months ago | |
tsconfig.config.json | 5 months ago | |
tsconfig.json | 5 months ago | |
tsconfig.vitest.json | 11 months ago | |
vite.config.ts | 5 months ago |
README.md
Web frontend for Vikunja
The todo app to organize your life.
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
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