1
0
Fork 0
Frontend Roadmap here:
Go to file
milewood d179558d5f 更新 src/i18n/lang/zh-CN.json 2023-10-13 14:18:04 +00:00
.gitea
.github chore: add pr lockdown 2023-10-10 18:02:40 +02:00
.vscode.example
cypress fix: tests 2023-09-03 16:30:36 +02:00
docker feat: allow custom logo via environment variable (#3685) 2023-08-23 16:13:29 +00:00
docs
originalMedia
patches
public
scripts
src 更新 src/i18n/lang/zh-CN.json 2023-10-13 14:18:04 +00:00
.drone.yml chore(deps): update node.js to v20.8 (#3756) 2023-10-03 14:59:12 +00:00
.editorconfig
.env.local.example
.envrc
.eslintrc.cjs
.gitignore
.npmrc
.nvmrc chore(deps): update dependency node to v18.18.1 2023-10-10 16:24:22 +00:00
CHANGELOG.md
Dockerfile chore(deps): update node.js to v20.8 (#3756) 2023-10-03 14:59:12 +00:00
LICENSE
README.md
cliff.toml
cypress.config.ts
env.config.d.ts
env.d.ts
flake.lock
flake.nix
histoire.config.ts
index.html feat: allow custom logo via environment variable (#3685) 2023-08-23 16:13:29 +00:00
netlify.toml
package.json chore(deps): update dev-dependencies (#3769) 2023-10-13 13:59:06 +00:00
pnpm-lock.yaml chore(deps): update dev-dependencies (#3769) 2023-10-13 13:59:06 +00:00
renovate.json
tsconfig.app.json
tsconfig.config.json
tsconfig.json
tsconfig.vitest.json
vite.config.ts

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