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

refactor: workspace scaffold #78

Merged
merged 61 commits into from
Oct 15, 2023
Merged

refactor: workspace scaffold #78

merged 61 commits into from
Oct 15, 2023

Conversation

Dave136
Copy link
Member

@Dave136 Dave136 commented Sep 28, 2023

Currently the package has a excessive bundle size, it is a painful, almost 11mb uncompressed, is a lot!

For this reason i took the choice to convert this project into monorepo, with the goal of minimize the bundle size splitting the project in this way:

  • core (components, plugin, and core stuff)
  • nuxt (composables and nuxt setup)
  • compiler (setup, compiler utils, bun, node and deno support)
  • playground
  • utils (all utilities, helpers used in the project)
  • types (app types, i am not sure to add this)

@vercel
Copy link

vercel bot commented Sep 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vue-email ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2023 9:32pm
vue-email-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2023 9:32pm

@Dave136 Dave136 marked this pull request as draft September 28, 2023 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants