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
While `npm run dev` was running, I tried to change a component file. Even the most trivial change, such as indenting a line of code, resulted in a crash. The...
When visiting https://contentanuxt.now.sh I get this error: `Sorry, we can't reach server API for now.`
Today I installed the Contenta Vue Nuxt app, version 2.0.1, and the latest Contenta CMS demo site using the Quick Install method from https://www.contentacms.org/#install : ``` php -r "readfile('https://raw.githubusercontent.com/contentacms/contenta_jsonapi/8.x-2.x/installer.sh');" >...
Hi, I get this warnings during installation, but I can run `npm run dev` ``` $ npm install npm WARN [email protected] requires a peer of eslint@>= 5.0.0 but none is...
How to get only the content of the authenticated user ? thru the JsonAPI ? Or thru the role permission in Contenta admin ? I tried on the role permissions...
https://github.com/contentacms/contenta_vue_nuxt/blob/b3224e843c67d55c8a56c01140092a930ff4c5af/test/unit/index.js#L7 This is testing all files ! I want to test specific one file only , how can I do that ?
I took components from `/components` directory in alphabetical order, BulmaCard.vue is the last tested for now.