- You can activate distributed tasks executions and caching by - running: -
-nx connect- - What is Nx Cloud? - -
Here are some things you can do with Nx:
-# Buildnx build {{ title }}# Testnx test {{ title }} -# Lintnx lint {{ title }} -# Run them together!nx run-many -p {{ title }} -t build test lint-
nx show project {{ title }}
- nx graph-
# Generate UI libnx g @nx/vue:lib ui -# Add a componentnx g @nx/vue:component ui/src/lib/button --
- Carefully crafted with - -
-