originjs / vite-plugin-federation

Module Federation for vite & rollup
Other
2.39k stars 241 forks source link

docs(examples): add missing step for building at repository root first #583

Closed curtgrimes closed 8 months ago

curtgrimes commented 8 months ago

Description

This adds a step to some of the example README files for installing dependencies and building at the repository root first.

Fixes #513.

Additional context

I was running into the same issue as #513 because I was following the instructions exactly, not realizing that I needed to first install dependencies and build at the repository root.


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following

flyfishzy commented 8 months ago

Thanks for the PR. The documentation is really detailed, great work!