# Trinity - Nuxt.js

Trinity Framework [Nuxt.js](https://nuxtjs.org) module.

## Install

If you haven't yet installed Nuxt.js, first follow the install instructions [here](https://nuxtjs.org/guide/installation).

If you haven't created a project yet, generate a project by running the following command:

```
npx create-nuxt-app my-nuxt-app
cd my-nuxt-app
```

Run either of the following commands to install the Trinity nuxt module.

```console
npm install --save @hermes-ux/trinity-nuxt

or

yarn add @hermes-ux/trinity-nuxt
```

## Installation

There are a number of ways to add Trinity to your Nuxt.js app.

To install everything that Trinity has to offer, [follow these steps]().

If you only want to install individual components, [follow these steps]().
