Package Exports
- @wundergraph/sdk
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wundergraph/sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WunderGraph SDK
Build WunderGraph applications easily.
Getting Started
install
npm install -g @wundergraph/wunderctl
or
yarn global add @wundergraph/wunderctl
development
- Initialize a new project with
wunderctl init
- Go to
.wundergraph
and install the packageyarn install
- Change the import of the SDK in
.wundergraph/wundergraph.config.ts
to../src
to reference your local SDK project. - Run
wunderctl up
to generate the client.