Hello there, Welcome ginquant 👋
API Connect(Server-Side): Hello API
API Connect(Client-Side): null
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 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 Cloud Enable faster CI & better DX
You can activate distributed tasks executions and caching by running:
nx connectWhat is Nx Cloud?
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