Render markdown for your feed module inside nuxt.config.js
Pre-requisite:
You should have @nuxtjs/markdownit and @nuxtjs/feed installed
npm i @nuxtjs/markdownit @nuxtjs/feed
Then, configure your nuxt.config.js as follows
Render markdown for your feed module inside nuxt.config.js
Pre-requisite:
You should have @nuxtjs/markdownit and @nuxtjs/feed installed
npm i @nuxtjs/markdownit @nuxtjs/feed
Then, configure your nuxt.config.js as follows
Integrate Google Sign-in (Popup method) with Nuxt.js - Works in Incognito mode as well
export default {
...| <template> | |
| <div> | |
| <label for="videourl"> | |
| Vimeo or YouTube URL | |
| </label> | |
| <br/> | |
| <input type="text" v-model="videoURL" placeholder="Enter URL" id="videourl"> | |
| <div v-if="videoURL != ''"> | |
| Extracted Thumbnail: <br/> |