You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Use `npm run dev` to start [playground](./playground) in development mode.
94
-
- Run `npm run dev:prepare` to generate type stubs.
91
+
1. Clone this repository.
92
+
2. Install dependencies using `npm install`.
93
+
3. Run `npm run dev:prepare` to generate type stubs.
94
+
4. Use `npm run dev` to start [playground](./playground) in development mode.
95
+
5. Update baseURL setting in Nuxt config with [Lupus Decoupled Drupal](https://www.drupal.org/project/lupus_decoupled) instance URL and append the API-prefix /ce-api, e.g. `https://8080-shaal-drupalpod-8m3z0ms7mb6.ws-eu67.gitpod.io/ce-api`
96
+
97
+
### Run on StackBlitz
98
+
99
+
1.[Launch it on StackBlitz](https://stackblitz.com/fork/github/drunomics/nuxtjs-drupal-ce/tree/2.x?startScript=dev:prepare,dev&file=playground/nuxt.config.ts)
100
+
2. Update baseURL setting in Nuxt config with [Lupus Decoupled Drupal](https://www.drupal.org/project/lupus_decoupled) instance URL and append the API-prefix /ce-api, e.g. `https://8080-shaal-drupalpod-8m3z0ms7mb6.ws-eu67.gitpod.io/ce-api`
0 commit comments