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(vue): support SSR #468

Merged
merged 15 commits into from
Oct 19, 2024
Merged

feat(vue): support SSR #468

merged 15 commits into from
Oct 19, 2024

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    73d5369 View commit details
    Browse the repository at this point in the history
  2. resolve type issues

    christian-bromann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    88a86c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62bc0ea View commit details
    Browse the repository at this point in the history
  4. update files

    christian-bromann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4531d17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5314fac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e6e030 View commit details
    Browse the repository at this point in the history
  7. load runtime

    christian-bromann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    a92c1d7 View commit details
    Browse the repository at this point in the history
  8. prettier

    christian-bromann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    a4cf086 View commit details
    Browse the repository at this point in the history
  9. fix prop definition

    christian-bromann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b52decf View commit details
    Browse the repository at this point in the history
  10. add e2e tests

    christian-bromann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2c03f3d View commit details
    Browse the repository at this point in the history
  11. minor improvements

    christian-bromann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    51d0235 View commit details
    Browse the repository at this point in the history
  12. enable vue tests

    christian-bromann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    210ad3f View commit details
    Browse the repository at this point in the history
  13. prettier

    christian-bromann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    d13af98 View commit details
    Browse the repository at this point in the history
  14. PR feedback

    christian-bromann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    a4929c3 View commit details
    Browse the repository at this point in the history
  15. chore: restructure packages (#493)

    * chore: re-org package structure
    
    * update deps in next project
    
    * lerna change
    
    * add back missing components dir
    
    * fix tests
    
    * fix react tests
    
    * fix types
    
    * run headless
    
    * ignore React type mismatch
    
    * build nextjs project alongside other projects
    
    * update unit test
    
    * fix(react): don't populate non-primitive objects (#498)
    
    * chore: re-org package structure
    
    * fix(react): don't populate non-primitive objects
    
    * test(vue): add playground for Vite+Vue (#499)
    
    * test(vue): add playground for Vite+Vue
    
    * ignore type issue
    christian-bromann committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4ee8c6d View commit details
    Browse the repository at this point in the history