-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 private Vue plugin #19009
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
{ | ||
"name": "@nx/vue", | ||
"version": "0.0.1", | ||
"private": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will prevent @nx/vue
from being published (except to local registry).
64d6beb
to
33751e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments all related to Angular CLI config
db4ec16
to
7086a8c
Compare
7086a8c
to
5610f2a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left two minor notes
5610f2a
to
5886f3c
Compare
5886f3c
to
1643d4e
Compare
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. |
This PR adds an empty vue plugin to start adding generators and executors to. It is marked as
private
for now so we don't publish until it is feature complete. The usual targets are setup (lint, test, build).Also adds CODEOWNERS entry for Vue. For now it is the JS maintainers since Katerina, Nicholas, and myself are the same people working on Vue. We can change that later if needed.