Hello there, Welcome staypace-business 👋

You're up and running

What's next?

Next steps

Here are some things you can do with Nx:

Build, test and lint your app
 # Buildnx build staypace-business# Testnx test staypace-business
# Lintnx lint staypace-business
# Run them together!nx run-many -p staypace-business -t build test lint 
View project details
nx show project staypace-business
View interactive project graph
nx graph
Add UI library
# Generate UI libnx g @nx/vue:lib ui
# Add a componentnx g @nx/vue:component ui/src/lib/button

Carefully crafted with