release-timeline
TypeScript icon, indicating that this package has built-in type declarations

0.6.0 • Public • Published

GitHub release timeline

Visualization on GitHub releases for any public and private repository.

Documentation

https://vue-faq.org/ru/release-timeline/

Installation

pnpm add release-timeline

In your code:

<script setup>
import { ReleaseTimeline, DefaultOptions as options } from "release-timeline";
import "release-timeline/dist/style.css";
// import "release-timeline/dist/animated-background.css";

options.github.owner = "vuesence";
options.github.repo = "arty-crafty";
</script>

<ReleaseTimeline :options="options" />

Importing of the animated-background.css is optional. Be aware, the starred background CSS takes 70Kb.

Contributors

🚀 If you have any ideas for development of optimization of release-timeline, feel free to open issues or pull requests.

Package Sidebar

Install

npm i release-timeline

Weekly Downloads

10

Version

0.6.0

License

MIT

Unpacked Size

118 kB

Total Files

10

Last publish

Collaborators

  • vuesence