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(setup.md): added how to integrate with typia w/ unplugin-typia #1074

Merged
merged 6 commits into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. refactor(website/setup.mdx): change ESBuild to esbuild in docs

    This commit changes the capitalization of "ESBuild" to "esbuild" in the
    setup.mdx document. This change is made to match the official casing of
    the esbuild project.
    ryoppippi committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    13da35b View commit details
    Browse the repository at this point in the history
  2. refactor(webxite/setup.mdx): change Webpack to webpack in docs

    This commit changes the casing of 'Webpack' to 'webpack' in the
    documentation. This is to adhere to the official casing of the
    webpack project.
    ryoppippi committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    9cc580c View commit details
    Browse the repository at this point in the history
  3. feat(website/setup.mdx): add unplugin-typia guide

    This commit introduces a guide for using unplugin-typia, an experimental
    plugin for integrating typia into various bundlers. The guide includes
    installation instructions and examples for Vite, Next.js, and esbuild.
    ryoppippi committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    66ba4cf View commit details
    Browse the repository at this point in the history
  4. A little bit emension

    samchon committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1fb24d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    193b313 View commit details
    Browse the repository at this point in the history
  6. Fix link typo

    samchon committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3ed9642 View commit details
    Browse the repository at this point in the history