vueopenalex

2.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vueopenalex

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

33.7 kB

Total Files

22

Last publish

Collaborators

  • jh0274