0.0.6 • Published 4 years ago

@nate-kelley-fashionphile/vue2-common v0.0.6

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Description

A demo project for fashionphile to showcase a common component library for Vue2

How to Use

Tree Shaking

<template>
  <div class="hello-world">
    <AppButton text="Howdy" />
  </div>
</template>

<script lang="ts">
import { Component, Vue } from "vue-property-decorator";
import { AppButton } from "@nate-kelley-fashionphile/vue2-common";

@Component({ components: { AppButton } })
export default class HelloWorld extends Vue {
  //
}
</script>

Plugin

//main.ts file

import Plugin from "@nate-kelley-fashionphile/vue2-common";

Vue.use(Plugin)
0.0.12

4 years ago

0.0.13

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago