-
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): init, app, component and lib generators #19018
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
mandarini
force-pushed
the
feat/vue-lib-gen
branch
from
September 6, 2023 08:15
ddba7de
to
8231ef9
Compare
mandarini
force-pushed
the
feat/vue-lib-gen
branch
from
September 6, 2023 13:49
8231ef9
to
815f1d9
Compare
mandarini
force-pushed
the
feat/vue-lib-gen
branch
from
September 6, 2023 13:55
815f1d9
to
9d62838
Compare
mandarini
force-pushed
the
feat/vue-lib-gen
branch
from
September 6, 2023 14:02
9d62838
to
2c25203
Compare
jaysoo
reviewed
Sep 6, 2023
jaysoo
reviewed
Sep 6, 2023
jaysoo
reviewed
Sep 6, 2023
mandarini
force-pushed
the
feat/vue-lib-gen
branch
2 times, most recently
from
September 6, 2023 14:28
c481bd6
to
3204e3e
Compare
mandarini
force-pushed
the
feat/vue-lib-gen
branch
4 times, most recently
from
September 6, 2023 14:55
4295bc2
to
ca05078
Compare
mandarini
force-pushed
the
feat/vue-lib-gen
branch
2 times, most recently
from
September 6, 2023 15:11
a6435e7
to
c3d036d
Compare
mandarini
requested review from
FrozenPandaz,
a team,
vsavkin and
AgentEnder
as code owners
September 6, 2023 15:12
mandarini
force-pushed
the
feat/vue-lib-gen
branch
3 times, most recently
from
September 11, 2023 17:26
3d22537
to
1a7f57c
Compare
mandarini
changed the title
feat(vue): init, component and lib generators
feat(vue): init, app, component and lib generators
Sep 11, 2023
mandarini
force-pushed
the
feat/vue-lib-gen
branch
from
September 11, 2023 17:41
1a7f57c
to
805131f
Compare
mandarini
commented
Sep 11, 2023
mandarini
force-pushed
the
feat/vue-lib-gen
branch
4 times, most recently
from
September 12, 2023 07:18
084afc1
to
2d1c990
Compare
mandarini
force-pushed
the
feat/vue-lib-gen
branch
2 times, most recently
from
September 12, 2023 12:59
4e52418
to
a17327b
Compare
FrozenPandaz
requested changes
Sep 12, 2023
packages/vue/src/generators/application/lib/normalize-options.ts
Outdated
Show resolved
Hide resolved
jaysoo
reviewed
Sep 12, 2023
jaysoo
reviewed
Sep 12, 2023
jaysoo
reviewed
Sep 12, 2023
Co-Authored-By: Jack Hsu <[email protected]>
mandarini
force-pushed
the
feat/vue-lib-gen
branch
from
September 12, 2023 15:02
a17327b
to
0093ca8
Compare
Couldn't push an update to this branch. Opened a draft here with some fixes and cleanup. #19130 Feel free to reset to that ref and push here. |
Closing in favor of #19130 |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
init
generatorapp
generatorlib
generatorcomponent
generatorvue
plugin overview page in docs (under nx.dev/packages/vue)@jaysoo
TODO:
vite
generator to accept vue as uiFrameworkvite
acceptsvue
as framework)