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

Migrate to Nuxt 3 #252

Merged
merged 104 commits into from
Feb 19, 2023
Merged

Migrate to Nuxt 3 #252

merged 104 commits into from
Feb 19, 2023

Commits on Feb 18, 2023

  1. Clear

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    791e137 View commit details
    Browse the repository at this point in the history
  2. Create .nvmrc

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    46c89c3 View commit details
    Browse the repository at this point in the history
  3. Create new project

    npx nuxi init imgcalc
    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    56e099e View commit details
    Browse the repository at this point in the history
  4. Update metadata

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    31dabc6 View commit details
    Browse the repository at this point in the history
  5. Add vuetify

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    3606809 View commit details
    Browse the repository at this point in the history
  6. Create vuetify.ts

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    2eafbc9 View commit details
    Browse the repository at this point in the history
  7. Add sass

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    1ae1de1 View commit details
    Browse the repository at this point in the history
  8. Update Nuxt config

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    e71efff View commit details
    Browse the repository at this point in the history
  9. Create pages dir

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    6496bb0 View commit details
    Browse the repository at this point in the history
  10. Update favicon

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    32e8481 View commit details
    Browse the repository at this point in the history
  11. Create renovate.json

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    f8388bd View commit details
    Browse the repository at this point in the history
  12. Fix whitespace

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    8aa4050 View commit details
    Browse the repository at this point in the history
  13. Create _redirects

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    5eabf3a View commit details
    Browse the repository at this point in the history
  14. Create components dir

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    2ce2346 View commit details
    Browse the repository at this point in the history
  15. Create layouts dir

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d93c8c2 View commit details
    Browse the repository at this point in the history
  16. Create meta dir

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    cfd75f7 View commit details
    Browse the repository at this point in the history
  17. Create AppInput.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    4ce182f View commit details
    Browse the repository at this point in the history
  18. Create AppHeader.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    8c8b95f View commit details
    Browse the repository at this point in the history
  19. Create AppFooter.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d0547fc View commit details
    Browse the repository at this point in the history
  20. Fix AppHeader.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    f9ea3b3 View commit details
    Browse the repository at this point in the history
  21. Create default.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    389741e View commit details
    Browse the repository at this point in the history
  22. Create index.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    62539d5 View commit details
    Browse the repository at this point in the history
  23. Update AppHeader.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    f14623a View commit details
    Browse the repository at this point in the history
  24. Remove app.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    70944b0 View commit details
    Browse the repository at this point in the history
  25. Remove importing components

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    facd12f View commit details
    Browse the repository at this point in the history
  26. Update AppInput.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    a2ca1aa View commit details
    Browse the repository at this point in the history
  27. Fix AppInput.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    08a3f6e View commit details
    Browse the repository at this point in the history
  28. Fix index.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    3cc9619 View commit details
    Browse the repository at this point in the history
  29. Update default.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    0753225 View commit details
    Browse the repository at this point in the history
  30. Update AppHeader.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d3bc70b View commit details
    Browse the repository at this point in the history
  31. Update AppFooter.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d04aadf View commit details
    Browse the repository at this point in the history
  32. Add TODO comment

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    02a25c6 View commit details
    Browse the repository at this point in the history
  33. Update AppHeader.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    527136e View commit details
    Browse the repository at this point in the history
  34. Add @mdi/font

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    2f504e2 View commit details
    Browse the repository at this point in the history
  35. Enable mdi

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    af94e7d View commit details
    Browse the repository at this point in the history
  36. Add GitHub link to header

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    f1f4bce View commit details
    Browse the repository at this point in the history
  37. Remove footer

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    1d24fd4 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    32814a3 View commit details
    Browse the repository at this point in the history
  39. Add Twitter link to header

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    89107b9 View commit details
    Browse the repository at this point in the history
  40. Add head

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    00504d4 View commit details
    Browse the repository at this point in the history
  41. Update README

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    e783d06 View commit details
    Browse the repository at this point in the history
  42. Update head

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    04c89fd View commit details
    Browse the repository at this point in the history
  43. Add @nuxtjs/google-fonts

    npm install --save-dev @nuxtjs/google-fonts
    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    6131965 View commit details
    Browse the repository at this point in the history
  44. Beautify

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    257c948 View commit details
    Browse the repository at this point in the history
  45. Beautify

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    3aec273 View commit details
    Browse the repository at this point in the history
  46. Remove @nuxtjs/google-fonts

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    334a965 View commit details
    Browse the repository at this point in the history
  47. Update style

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    98d9fc1 View commit details
    Browse the repository at this point in the history
  48. Add icons

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    a5d9db8 View commit details
    Browse the repository at this point in the history
  49. Add icon.xcf

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    844bc34 View commit details
    Browse the repository at this point in the history
  50. Add icon.png

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    fcfd9c9 View commit details
    Browse the repository at this point in the history
  51. Create app.config.ts

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d34aac0 View commit details
    Browse the repository at this point in the history
  52. Update index.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d203dfc View commit details
    Browse the repository at this point in the history
  53. Update default.vue

    munierujp committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    926600a View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    ae1dd82 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Add name to app config

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    631b710 View commit details
    Browse the repository at this point in the history
  2. Beautify

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    00ec455 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfae863 View commit details
    Browse the repository at this point in the history
  4. Beautify

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    1ba43a3 View commit details
    Browse the repository at this point in the history
  5. Beautify

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    437a273 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d29d7c View commit details
    Browse the repository at this point in the history
  7. Remove min

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    8a3b0e1 View commit details
    Browse the repository at this point in the history
  8. Update AppInputNumber

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    108949f View commit details
    Browse the repository at this point in the history
  9. Add TODO comments

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    3a63bf9 View commit details
    Browse the repository at this point in the history
  10. Beautify

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d34c7a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1614c5b View commit details
    Browse the repository at this point in the history
  12. Use AppPresetSelector

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    7dbde1b View commit details
    Browse the repository at this point in the history
  13. Rename label to name

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    99bf15c View commit details
    Browse the repository at this point in the history
  14. Add key

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    ad9fa86 View commit details
    Browse the repository at this point in the history
  15. Update AppHeader.vue

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e063e33 View commit details
    Browse the repository at this point in the history
  16. Update style

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    91dd1f2 View commit details
    Browse the repository at this point in the history
  17. Update index.vue

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    669f2f3 View commit details
    Browse the repository at this point in the history
  18. Update style

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    1493ab2 View commit details
    Browse the repository at this point in the history
  19. Add icons

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    80bc9f5 View commit details
    Browse the repository at this point in the history
  20. Add title

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    fbe5a75 View commit details
    Browse the repository at this point in the history
  21. Add OGP tags

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    78c6b43 View commit details
    Browse the repository at this point in the history
  22. Add Twitter Card tags

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    26747dd View commit details
    Browse the repository at this point in the history
  23. Improve calculator

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    a23cec7 View commit details
    Browse the repository at this point in the history
  24. Add eslint

    npm i -D eslint
    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e89823e View commit details
    Browse the repository at this point in the history
  25. Add @nuxt/eslint-config

    npm i -D @nuxt/eslint-config
    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    685f538 View commit details
    Browse the repository at this point in the history
  26. Create .eslintrc.js

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    4226595 View commit details
    Browse the repository at this point in the history
  27. Add lint script

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    8a9a11d View commit details
    Browse the repository at this point in the history
  28. Add lint:fix script

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d511b0b View commit details
    Browse the repository at this point in the history
  29. Fix errors

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    3063b97 View commit details
    Browse the repository at this point in the history
  30. Create app.vue

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d008999 View commit details
    Browse the repository at this point in the history
  31. Create AppCalculator.vue

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    ec7752f View commit details
    Browse the repository at this point in the history
  32. Add .number

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    3e1d5c0 View commit details
    Browse the repository at this point in the history
  33. Enable strict

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    5714cba View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ba27952 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3904cb6 View commit details
    Browse the repository at this point in the history
  36. Fix errors

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    eb2affa View commit details
    Browse the repository at this point in the history
  37. Add @vite-pwa/nuxt

    npm i @vite-pwa/nuxt -D
    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    040b69c View commit details
    Browse the repository at this point in the history
  38. Beautify

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    16c3753 View commit details
    Browse the repository at this point in the history
  39. Remove @vite-pwa/nuxt

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    18e2e4c View commit details
    Browse the repository at this point in the history
  40. Downgrade nuxt to v3.1.2

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    29da9d2 View commit details
    Browse the repository at this point in the history
  41. Add @vite-pwa/nuxt

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    14b72d8 View commit details
    Browse the repository at this point in the history
  42. Enable PWA

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    88ed0eb View commit details
    Browse the repository at this point in the history
  43. Revert "Enable PWA"

    This reverts commit 88ed0eb.
    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d662c53 View commit details
    Browse the repository at this point in the history
  44. Revert "Add @vite-pwa/nuxt"

    This reverts commit 14b72d8.
    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    13fe361 View commit details
    Browse the repository at this point in the history
  45. Revert "Downgrade nuxt to v3.1.2"

    This reverts commit 29da9d2.
    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    1760aac View commit details
    Browse the repository at this point in the history
  46. Apply dark theme

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    34eb8b1 View commit details
    Browse the repository at this point in the history
  47. Add @nuxtjs/i18n

    npm install @nuxtjs/i18n@next --save-dev
    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    ea07c7b View commit details
    Browse the repository at this point in the history
  48. Pin deps

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    b6399a6 View commit details
    Browse the repository at this point in the history
  49. Remove @nuxtjs/i18n

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    94d0923 View commit details
    Browse the repository at this point in the history
  50. Create lint.yml

    munierujp committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e741041 View commit details
    Browse the repository at this point in the history