Skip to content

Instantly share code, notes, and snippets.

View luizcarraro's full-sized avatar
🏠
Working from home

Luiz Carraro luizcarraro

🏠
Working from home
  • Pato Branco - BR
View GitHub Profile
import Vue from 'vue'
import {DataStore, Record} from 'js-data'
// define a base class that enables property-level vue reactivity.
export class VueReactiveRecord extends Record {
constructor (...args) {
// among other things, this will apply js-data schema if configured to do so; be sure to do `track: true`
super(...args)
@jeanlucaslima
jeanlucaslima / empresas.md
Last active October 20, 2017 13:46
Lusófonos usando Ember.js

Usuários de Ember.js

Ember logo

Empresas/apps/projetos brasileiros, portuguese e de outros locais que falam português e utilizam Ember.js.

Última atualização: 2017/maio

Brasil

@icebob
icebob / README.md
Last active November 8, 2024 09:41
Health-check middleware for Moleculer (for Kubernetes liveness readiness checks)