0.1.3 • Published 4 years ago

sauertracker-vue-components v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

SauerTracker Vue Components

This project provides a few components for pulling and displaying data from sauertracker.net.

Usage

Add to your project:

yarn add sauertracker-vue-components
# or
npm install sauertracker-vue-components --save

Import in your Vue file:

import { ServerList } from "sauertracker-vue-components";

Add to your components list:

components: {
  ServerList,
  // ...
}

Use in your template:

<server-list
  title="SauerTracker Servers"
  api-url="https://sauertracker.net/api/servers"
  :dark="false"
  :show-empty="false"
/>

Examples

Check src/examples for example usage.

License

MIT

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago