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

feat(vue): add setup-tailwind generator #19147

Merged
merged 1 commit into from Sep 15, 2023
Merged

Conversation

jaysoo
Copy link
Member

@jaysoo jaysoo commented Sep 13, 2023

This PR adds @nx/vue:setup-tailwind generator, which updates the stylesheet (e.g. src/styles.css) and add postcss/tailwind config files to allow Tailwind to be used with Vue app.

e.g.

nx g @nx/vue:app demo
nx g @nx/vue:setup-tailwind --project demo

This command should install packages, create postcss and tailwind config, etc.

Note: This should go after #19130 merges. It is a branch off of that branch. The only commit needed is this one: e5a7195.

@vercel
Copy link

vercel bot commented Sep 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Sep 15, 2023 0:48am

@jaysoo jaysoo merged commit e98221e into nrwl:master Sep 15, 2023
15 checks passed
@jaysoo jaysoo deleted the feat/vue-tailwind branch September 15, 2023 13:12
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants