Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: add the front-end initial tools #8

Merged
merged 5 commits into from
Jun 24, 2024

Conversation

lfjnascimento
Copy link
Contributor

@lfjnascimento lfjnascimento commented Jun 24, 2024

add support for the shadcn, so:

  • add tailwind;
  • add path resolver for shadcn;
  • configure the project to use shadcn.

Now we can use the shadcn cli to add components:
pnpm dlx shadcn-ui@latest add button

Also add:

  • the chart library Mui X-Charts;
  • react-query and its eslint-plugin.

@lfjnascimento lfjnascimento requested a review from mari1912 June 24, 2024 17:59
@lfjnascimento lfjnascimento self-assigned this Jun 24, 2024
@lfjnascimento lfjnascimento changed the title Chore/add widget toolkit Chore: add initial tools Jun 24, 2024
@lfjnascimento lfjnascimento changed the title Chore: add initial tools Chore: add the front-end initial tools Jun 24, 2024
]
}
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: new line

"components": "@/components",
"utils": "@/lib/utils"
}
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

}
@tailwind base;
@tailwind components;
@tailwind utilities;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

}

plugins: [require("tailwindcss-animate")],
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@lfjnascimento lfjnascimento force-pushed the chore/add_widget_toolkit branch from 1aee95e to d3f788a Compare June 24, 2024 20:21
@lfjnascimento lfjnascimento force-pushed the chore/add_widget_toolkit branch from d3f788a to c47ff4d Compare June 24, 2024 20:24
@lfjnascimento lfjnascimento merged commit c47ff4d into main Jun 24, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants