0.6.3 • Published 3 years ago

@trevorism/headerbar v0.6.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

headerbarjs

npm (scoped) npm bundle size (minified)

Vue based header bar component for Trevorism.com apps. This is compatible with Vue 2.

Prerequisites

Assumes vue, buefy, VueCookies are being used.

Usage

<template>
  <div id="app">
    <header-bar></header-bar>
  </div>
</template>

<script>
import HeaderBar from '@trevorism/headerbar'

export default {
  name: 'App',
  components: {
    HeaderBar
  }
}
</script>

Project setup

This project used the vue-sfc-rollup plugin to scaffold the code.

npm install -g vue-sfc-rollup

sfc-init

Development server

npm run serve

Production build

npm run build

Exposes a vue component over npm

npm login

npm version <update_type> (patch, major, or minor)

npm run build

npm publish --access=public

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago