Hello there, Welcome ginquant 👋

API Connect(Server-Side): Hello API
API Connect(Client-Side): null

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 ginquant# Testnx test ginquant
# Lintnx lint ginquant
# Run them together!nx run-many -p ginquant -t build test lint 
View project details
nx show project ginquant
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