You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nuxtjs-drupal-ce

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxtjs-drupal-ce - npm Package Compare versions

Comparing version

to
2.0.0-alpha2

2

dist/module.json
{
"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