dev_to_embed
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Posted on February 3, 2021
I was looking for a way to show posts from dev.to on my website and I found this post by comscience who made exactly that in React, so I made a Vue version with Vuetify.
Here you go:
You can also install it via npm:
npm i dev-to-embed-vue
And then import the component in your app:
import DevToEmbed from 'dev-to-embed-vue/src/DevToEmbed'
And use it in your template:
<DevToEmbed userName="venatus"/>
Source code:
npm install
npm run serve
npm run build
npm run lint
Posted on February 3, 2021
Sign up to receive the latest update from our blog.