nuxtjs-drupal-ce
Advanced tools
Comparing version
{ | ||
"name": "nuxtjs-drupal-ce", | ||
"configKey": "drupalCe", | ||
"version": "2.0.0-alpha1" | ||
"version": "2.0.0-alpha2" | ||
} |
{ | ||
"name": "nuxtjs-drupal-ce", | ||
"version": "2.0.0-alpha1", | ||
"version": "2.0.0-alpha2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -26,3 +26,3 @@ # nuxtjs-drupal-ce - Nuxt.js Drupal Custom Elements Connector | ||
```bash | ||
yarn add nuxtjs-drupal-ce # or npm install nuxtjs-drupal-ce | ||
yarn add nuxtjs-drupal-ce@alpha # or npm install nuxtjs-drupal-ce@alpha | ||
``` | ||
@@ -38,3 +38,3 @@ | ||
drupalCe: { | ||
baseURL: 'https://your-drupal.example.com', | ||
baseURL: 'https://your-drupal.example.com/ce-api', | ||
// more options... | ||
@@ -93,8 +93,14 @@ } | ||
1. Clone this repository | ||
2. Install dependencies using `npm install` | ||
3. Use `npm run dev` to start [playground](./playground) in development mode. | ||
- Run `npm run dev:prepare` to generate type stubs. | ||
1. Clone this repository. | ||
2. Install dependencies using `npm install`. | ||
3. Run `npm run dev:prepare` to generate type stubs. | ||
4. Use `npm run dev` to start [playground](./playground) in development mode. | ||
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` | ||
### Run on StackBlitz | ||
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) | ||
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` | ||
## License | ||
@@ -101,0 +107,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11874
7.29%139
0.72%123
5.13%0
-100%