2.0.0 • Published 1 year ago

vueopenalex v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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