useAudioPlayer
useAudioPlayer copied to clipboard
refactor(examples): using Vite to refactor examples.
- Use npm instead of yarn to minimize potential
Cannot resolve dependencyerrors - Using package.json, list the required packages in it
- Using Vite for Faster Packaging
- This pr is aim to help make examples more modern and easier to publish online
- Wrote README within the example
hey @lcandy2 thanks for the examples revamp! On the package.json change, any reason you think we shouldn't still use the installed node_modules from the project root with the alias field as the current package.json does?
Yeah, that makes sense, I’m going to use npm workspace to make this example alias the current repo exists.
Yeah, that makes sense, I’m going to use npm workspace to make this example alias the current repo exists.
@lcandy2, great! Once that tweak is pushed up we can get this improvement in. Thanks again