Add `start:with-theme` NPM script to consuming MFEs
Open
Nobody has claimed this yet.
epic
- Dominant language
- JavaScript
- Stars
- 140
- Forks
- 100
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 30
Description
Add the following NPM script to consuming package.json files for micro-frontends, including frontend-template-application.
{
"scripts": {
"start:with-theme": "paragon install-theme && npm start && npm install"
}
}
If a consuming project is not on the latest version, defer for now but note it as a comment on this issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the consuming micro-frontend package.json files, including frontend-template-application, and check which projects use the latest version before making changes. Add the specified start:with-theme script to eligible projects; for projects that are not current, leave a comment on this issue instead.】【。
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100