@abstackco/nuxt

Hermes Trinity component library - Nuxt.js module

Usage no npm install needed!

<script type="module">
  import abstackcoNuxt from 'https://cdn.skypack.dev/@abstackco/nuxt';
</script>

README

Trinity - Nuxt.js

Trinity Framework Nuxt.js module.

Install

If you haven't yet installed Nuxt.js, first follow the install instructions here.

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.

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.