vue3-yuanma/packages/shared
2020-02-17 14:43:16 -05:00
..
__tests__ refactor(ssr): move escapeHtml to shared 2020-02-02 22:08:20 -05:00
src chore: use consistent signature for shared utilities 2020-02-17 14:43:16 -05:00
package.json release: v3.0.0-alpha.4 2020-01-27 16:20:00 -05:00
README.md chore: avoid object.freeze in prod 2019-09-17 16:23:29 -04:00

@vue/shared

Utility functions and constants shared across packages. This package itself is private and never published. It is inlined into other packages during build - rollup's tree-shaking ensures that only functions used by the importing package are included.