Guide

Aqua-Instalation (1).mp4

Transcription

  1. We will see how to install Aqua and how to use it in a project. 2. Aqua is an open source design system that provides visual and functional standards. 3. Aqua's components and guidelines allow the applications to be harmonized visually and functionally. 4. Prerequisites include having Node version 14.17 installed. 5. It is recommended to use this specific version of Node to ensure the correct functioning of Aqua. 6. The console must be cleaned and the Node version in the project verified. 7. A .npmrc file is needed to authenticate packages and access the organization's private libraries. 8. A link to obtain an authentication token is provided and should be copied to the .npmrc file. 9. Three main libraries must be installed: Masiv Aqua, Oasis System and Oasis Language. 10. Once the libraries are installed, the json package can be accessed to view the configurations.

Aqua is an open source Design System (DS), a collection of repeatable components and a set of standards guiding the use of those components to harmonize products visually and functionally. Aqua consists of working code, design tools & resources, human interface guidelines and an active community that is constantly improving the system.

To know more about Aqua follow this link:

Aqua Design System


Config Steps

To use and install Aqua within a project the developer needs:

  1. Node V.14.17: Aqua use 14.17 Node version.

  2. Create .npmrc: The .npmrc is a configuration file used by the npm located at root, it allows the use of private packages through an Authentication values which are frequently update.

  3. Check the active npmrc.

    <aside> ℹ️

    Check the updated token npmrc. in this page:

    Adding token to connect to Azure Artifacts

    </aside>