0.12.0 • Published 1 year ago

vuereddit v0.12.0

Weekly downloads
4
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

0.12.0

1 year ago

0.11.0

2 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago