Skip to content

Instantly share code, notes, and snippets.

View AleWasser's full-sized avatar
👨‍💻
Working

Alejo Wasser AleWasser

👨‍💻
Working
  • Tbilisi, Georgia
  • 18:13 (UTC +04:00)
View GitHub Profile
@rvanzon
rvanzon / nuxt.config.js
Last active September 1, 2022 13:25
A way to use vue-chartjs as a plugin of Nuxt.js
// just an example. A cleaner way is to wrap the showLine-stuff in a dedicated component
<template>
<div>
<my-line v-if="showLine" :data="lineData" :options="options">
</div>
</template>
<script>
export default {
data () {
@bitjockey42
bitjockey42 / mopidy.md
Created April 20, 2014 16:39
An installation and setup guide for mopidy on Arch Linux.

Mopidy on Arch Linux

mopidy

Installation

Install from the AUR.