forked from vikunja/frontend
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.
|
2 months ago | |
---|---|---|
.gitea | 10 months ago | |
.github | 4 months ago | |
.vscode.example | 3 months ago | |
cypress | 2 months ago | |
docker | 3 months ago | |
docs | 3 months ago | |
originalMedia | 2 months ago | |
patches | 3 months ago | |
public | 6 months ago | |
scripts | 4 months ago | |
src | 2 months ago | |
.drone.yml | 3 months ago | |
.editorconfig | 2 years ago | |
.env.local.example | 4 months ago | |
.envrc | 8 months ago | |
.eslintrc.cjs | 7 months ago | |
.gitignore | 5 months ago | |
.npmrc | 2 months ago | |
.nvmrc | 3 months ago | |
CHANGELOG.md | 3 months ago | |
Dockerfile | 3 months ago | |
LICENSE | 2 years ago | |
README.md | 3 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 | 2 months ago | |
flake.lock | 2 months ago | |
flake.nix | 7 months ago | |
histoire.config.ts | 3 months ago | |
index.html | 4 months ago | |
netlify.toml | 8 months ago | |
package.json | 2 months ago | |
pnpm-lock.yaml | 2 months ago | |
renovate.json | 3 months ago | |
tsconfig.app.json | 2 months ago | |
tsconfig.config.json | 5 months ago | |
tsconfig.json | 5 months ago | |
tsconfig.vitest.json | 11 months ago | |
vite.config.ts | 2 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. 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