contenta_vue_nuxt
contenta_vue_nuxt copied to clipboard
Start in minutes a Drupal 8 with JSON API and Vue.js : a Nuxt.js ( Vue.js SSR ) consumer for Contenta CMS
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. Commits ab73503 Bump to v4.5.0. a4f7d4c Rebuild lodash and docs. cca5ac6 Fix npm-test by removing the call to test-docs. 9f7f9fc Adjust heading order. [ci...
Bumps [esm](https://github.com/standard-things/esm) from 3.0.84 to 3.2.25. Release notes Sourced from esm's releases. 3.2.25 Fixed regression parsing computed methods (#807) 3.2.24 Fixed regression parsing static methods (#804) 3.2.23 Added support for...
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes Sourced from eslint's releases. v4.18.2 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" (#10022) (Mathieu Seiler) 3c697de Chore: fix incorrect comment about...
Having finally got vue_nuxt to run following the advice here https://github.com/contentacms/contenta_vue_nuxt/issues/57 I changed the following: In the nuxt.config.js: // change this to your own server. const serverBaseUrl = 'http://localhost:3000'; const...
How can I get a copy of Contenta alone? I don't need any scripts that install a database or anything with it. I just need a raw copy of Contenta...
In the list pages, the description images come as files. Therefore, I think that "url" in the relevant lines in api.js file should be changed to "uri". Application fails because...
On the recipe detail page, the methods field is empty. The following line in the corresponding component needs to be changed. RecipeDetail.vue before `` after ``