Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@primeuix/styled

primefaces1.5mMIT0.6.4TypeScript support: included

null

readme

PRIMEUIX

Setup

[!IMPORTANT] This project requires pnpm 9.6.0 or later. Please ensure the correct version is installed before proceeding.

  1. Link Dependencies
    Run the following command to link dependencies:

    pnpm run link

    If any issues occur, it may be necessary to manually run the following command for each package inside the packages folder:

    cd packages/forms && pnpm run dev:link
    cd packages/themes && pnpm run dev:link
    ...

    In some cases, permission issues might require using sudo. For example:

    cd packages/themes && sudo pnpm run dev:link
    ...

    [!NOTE] This linking process only needs to be performed once.

  2. Setup the Project
    Run the setup command:

    pnpm run setup
  3. Start Development Server

    • For Vue:

      pnpm run vue:dev
    • For Angular:

      pnpm run ng:dev

Submodules

This project includes PrimeVue and PrimeNG as submodules. To update these submodules, run the following command:

   git submodule foreach git pull origin master

All set! Happy coding! 🚀