forked from vikunja/frontend
Frontend Roadmap here: https://my.vikunja.cloud/share/UrdhKPqumxDXUbYpEGJLSIyNTwAnbBzVlwdDpRbv/auth
You can not 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 | |
---|---|---|
.github | 1 year ago | |
.vscode.example | 9 months ago | |
cypress | 4 months ago | |
docs | 3 years ago | |
originalMedia | 7 months ago | |
public | 7 months ago | |
scripts | 5 months ago | |
src | 2 months ago | |
.drone.yml | 2 months ago | |
.editorconfig | 8 months ago | |
.gitignore | 8 months ago | |
.nvmrc | 2 months ago | |
CHANGELOG.md | 7 months ago | |
Dockerfile | 2 months ago | |
LICENSE | 2 years ago | |
README.md | 7 months ago | |
cypress.json | 5 months ago | |
docker-manifest-unstable.tmpl | 10 months ago | |
docker-manifest.tmpl | 10 months ago | |
index.html | 8 months ago | |
netlify.toml | 4 months ago | |
nginx.conf | 3 months ago | |
package.json | 2 months ago | |
renovate.json | 2 months ago | |
run.sh | 7 months ago | |
tsconfig.json | 5 months ago | |
vite.config.ts | 3 months ago | |
yarn.lock | 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.
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