0.1.0 • Published 9 months ago

persona-layer v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Persona Layer

Persona Layer is a module designed to simplify the process of installing Persona Design System for your application without headache.

Installation

To install Persona Layer, run the following command:

yarn add -D persona-layer

After installation, add the module to your nuxt.config.ts:

export default defineNuxtConfig({
  modules: ["persona-layer"],
});

Contributing

We welcome contributions to Persona Layer. If you’d like to contribute, please follow these steps:

  1. Enable Corepack: Ensure Corepack is enabled by running:

    corepack enable
  2. Install Dependencies: Install all necessary dependencies by running:

    yarn install
  3. Generate Type Stubs: Run the following command to generate type stubs:

    yarn dev:prepare
  4. Start Development Mode: Use the following command to start the playground in development mode:

    yarn dev

This will set up your environment to develop and test Persona Layer.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

0.1.0

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago