Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: show license information at /license-information #128

Merged
merged 7 commits into from
Feb 8, 2024

Commits on Feb 8, 2024

  1. build: fix linting configuration

    Fix linting configuration and unignore `license-information.vue` which is (for some reason) ignored by default.
    jojomatik committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    351094f View commit details
    Browse the repository at this point in the history
  2. build: add tsconfig.json

    jojomatik committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    97296d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85cda43 View commit details
    Browse the repository at this point in the history
  4. feat: show license information at /license-information

    Show license information of the used open source software on `/license-information`.
    jojomatik committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5046eee View commit details
    Browse the repository at this point in the history
  5. feat: add error.vue for custom error handling

    Add `error.vue` to enable basic custom error handling. Add special message for error 404.
    jojomatik committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    152c9d0 View commit details
    Browse the repository at this point in the history
  6. build: add nuxt scripts

    Add nuxt build, dev and start scripts.
    jojomatik committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    19a6701 View commit details
    Browse the repository at this point in the history
  7. ci: build before lint

    jojomatik committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0e17498 View commit details
    Browse the repository at this point in the history