How to use vue-material - 1 common examples

To help you get started, we’ve selected a few vue-material examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github tetherless-world / whyis / static / js / whyis_vue / main.js View on Github external
import Vue from 'vue'
import * as VueMaterial from "vue-material";
import "./components";

Vue.use(VueMaterial.default);

let data;
if(typeof(ATTRIBUTES) !== "undefined"){
    data = {
        attributes:  ATTRIBUTES,
        uri: NODE_URI,
        description: DESCRIPTION,
        user: USER,
        node: NODE,
        root_url: ROOT_URL,
        base_rate: BASE_RATE,
        lod_prefix: LOD_PREFIX,
    }
} else {
    data = {};
}

vue-material

Material Design for Vue.js

MIT
Latest version published 1 year ago

Package Health Score

68 / 100
Full package analysis

Popular vue-material functions