Hello there, Welcome vapp1 👋
You're up and running
What's next?Learning materials
Documentation Everything is in there Blog Changelog, features & events YouTube channel Nx Show, talks & tutorials Interactive tutorials Create an app, step-by-step Video courses Nx custom courses Install Nx Console for VSCode The official VSCode extension for Nx. Install Nx Console for JetBrains Available for WebStorm, Intellij IDEA Ultimate and more! Nx is open source Love Nx? Give us a star!
NxCloud Enable faster CI & better DX
You can activate distributed tasks executions and caching by running:
nx connect-to-nx-cloud{' '} What is Nx Cloud?{' '}
Next steps
Here are some things you can do with Nx:
Add UI library
# Generate UI lib nx g @nx/vue:lib ui # Add a component nx g @nx/vue:component ui/src/lib/button
View interactive project graph
nx graph
Run affected commands
# see what's been affected by changes nx affected:graph # run tests for current changes nx affected:test # run e2e tests for current changes nx affected:e2e
Carefully crafted with