New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

vuereddit

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuereddit

A simple reddit client written as a vue component.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

vuereddit

A simple reddit client written as a vue component.

demo

https://anvaka.github.io/vuereddit/

Usage

Install the module first:

npm install vuereddit

And use it in your vue application:

<template>
  <subreddit name='videos'></subreddit>
</template>

<script>
import 'vuereddit/dist/vuereddit.css'
import Subreddit from 'vuereddit'

export default {
  name: 'App',
  components: {
    Subreddit
  }
}
</script>

This should give you a very simple reddit viewer:

demo

Why?

I love reddit, obviously. I also want to build more tools on top of reddit, so I decided to make this preview component.

Stay tuned for more.

In the mean time I have also recorded development of this library on video. The total time spent here was around 7 hours. I compressed each session to a 30-60 seconds video, where lots of screens are flashing, except maybe last 15 seconds, where the final result of work is visible.

I hope you find it entertaining. Here is a YouTube playlist

License

MIT

FAQs

Package last updated on 17 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts