You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Speed up project setup when using Material UI, avoiding manual configuration.
Non-Goals
No response
Background
Currently the CLI asks questions like:
What is your project named? my-app
Would you like to use TypeScript? No / Yes
Would you like to use ESLint? No / Yes
Would you like to use Tailwind CSS? No / Yes
Would you like to use src/ directory? No / Yes
Would you like to use App Router? (recommended) No / Yes
Would you like to customize the default import alias (@/*)? No / Yes
What import alias would you like configured? @/*
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Speed up project setup when using Material UI, avoiding manual configuration.
Non-Goals
No response
Background
Currently the CLI asks questions like:
However, the Material UI setup currently is manual-only as shown on the MUI-guide:
https://mui.com/material-ui/integrations/nextjs/
Proposal
Add following selection to the create-next-app questions:
Would you like to use Material UI? No / Yes
And also any possibly required additional questions related to Material UI, if the user answered "Yes" on the earlier question.
Then install and configure Material UI to the project as directed by the answered questions.
Beta Was this translation helpful? Give feedback.
All reactions