Skip to content

Files

Latest commit

 

History

History
26 lines (14 loc) · 451 Bytes

File metadata and controls

26 lines (14 loc) · 451 Bytes

Project Setup and rsbuild vue 3 vuex tailwindcss postcss example:

Setup Instructions

1. Install Dependencies

You need to install dependencies for both the Provider and consumer folders.

In the Provider Folder

pnpm install

2. Run the Application

pnpm run dev

Additional Notes

  • Ensure that both the provider and consumer folders have their dependencies installed before running the application.