384037c694
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vue-tsc](https://github.com/johnsoncodehk/volar) | devDependencies | patch | [`0.29.6` -> `0.29.7`](https://renovatebot.com/diffs/npm/vue-tsc/0.29.6/0.29.7) | --- ### Release Notes <details> <summary>johnsoncodehk/volar</summary> ### [`v0.29.7`](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md#​0297) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.29.6...v0.29.7) - feat: support html, css custom data ([#​707](https://github.com/johnsoncodehk/volar/issues/707)) - feat: support extends tsconfig `vueCompilerOptions` ([#​731](https://github.com/johnsoncodehk/volar/issues/731)) - fix: cannot config project reference by directory path ([#​712](https://github.com/johnsoncodehk/volar/issues/712)) - fix: pug attrs type-check borken by nested tags ([#​721](https://github.com/johnsoncodehk/volar/issues/721)) - fix: import path rename result incorrect ([#​723](https://github.com/johnsoncodehk/volar/issues/723)) - fix: `editor.codeActionsOnSave: ["source.organizeImports"]` not working ([#​726](https://github.com/johnsoncodehk/volar/issues/726)) - fix: goto definition not working with some component import statement ([#​728](https://github.com/johnsoncodehk/volar/issues/728)) - fix: don't show volar commands in non-vue document ([#​733](https://github.com/johnsoncodehk/volar/issues/733)) - fix: vue-tsc not working with symlink ([#​738](https://github.com/johnsoncodehk/volar/issues/738)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1106 Reviewed-by: dpschen <dpschen@noreply.kolaente.de> Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de> |
||
---|---|---|
.github | ||
.vscode.example | ||
cypress | ||
docs | ||
originalMedia | ||
public | ||
scripts | ||
src | ||
.drone.yml | ||
.editorconfig | ||
.gitignore | ||
.nvmrc | ||
CHANGELOG.md | ||
cypress.json | ||
docker-manifest-unstable.tmpl | ||
docker-manifest.tmpl | ||
Dockerfile | ||
index.html | ||
LICENSE | ||
netlify.toml | ||
nginx.conf | ||
package.json | ||
README.md | ||
renovate.json | ||
run.sh | ||
tsconfig.json | ||
vite.config.js | ||
yarn.lock |
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