-
Notifications
You must be signed in to change notification settings - Fork 51
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
add nuxt plugin #96
add nuxt plugin #96
Conversation
🥳 Great work. Thanks. |
Thanks, @jpsc. The app schematic is inspired by Create Nuxt App and generates very similar output. We may be able to leverage it, but it wouldn't work as-is. We'd need to make changes to its generated output. Plus, we support generating an e2e app with Cypress configured, which Create Nuxt App doesn't support yet. That being said, Create Nuxt App supports options that we don't yet support, so we'll give this some thought. |
ecd6b17
to
a6eb352
Compare
What do you think of changing the |
I'm aware of the issue. I think a few small changes may be inspired by it, but I don't think those changes are required for this initial work. |
Rebase and LGTM! |
a6eb352
to
bab1e75
Compare
The plan was to wait for Vue 3, but I didn't. This plugin has the following features:
nx build <app>
Todo: