Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

persona-layer

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

persona-layer

Persona design system layer

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
0
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 16 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc