0.0.6 • Published 1 year ago

@cfalguera-g4al/gfalvuecomponents v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

GFAL Vue Components

Introduction

This repository contains a collection of reusable Vue.js components developed for Games for a Living (GFAL) websites. It aims to provide a consistent look and feel across all our web projects while improving development efficiency.

Installation

To install the GFAL Vue components package, run the following command:

npm install @gfal/vue-components

Add to the package.son project dependency:

gfalvuecomponents:git+https://github.com/gamesforaliving/tools-gfalvuecomponents.git

Usage

To use a component from the package, import it in your Vue.js project:

import { GFALButton } from '@gfal/vue-components';

export default {
  components: {
    GFALButton
  }
}

Then you can use it in your template:

<template>
  <gfal-button>Click me!</gfal-button>
</template>

/TODO : Explain how to use the application, including any available options to implement it in different modes.

Components

Currently, the following components are available:

· GFALButton: A customizable button component with default GFAL styling. /TODO: ADD ALL

GFAL package publishing steps

$ npm run build

  • Review .npmrc file
//npm.pkg.github.com/:_authToken=TOKEN
@USERNAME:registry=https://npm.pkg.github.com
  • npm login
npm login --registry=https://npm.pkg.github.com --scope=@USERNAME

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.

Email me

keep calm, debug on

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago