@cfalguera-g4al/gfalvuecomponents v0.0.6
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