Skip to content

Commit

Permalink
locks (#4152)
Browse files Browse the repository at this point in the history
Co-authored-by: ScriptedAlchemy <[email protected]>
  • Loading branch information
ScriptedAlchemy and ScriptedAlchemy authored Jun 24, 2024
1 parent 7208717 commit 75576c0
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 5,651 deletions.
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 4 additions & 21 deletions rsbuild-vue3-vuex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,22 @@

## Setup Instructions

### 1. Clone the Repository

```bash
git clone <repository-url>
cd <repository-folder>
```

### 2. Install Dependencies
### 1. Install Dependencies

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

#### In the Provider Folder

```bash
cd provider
yarn install
```

#### In the Consumer Folder

Open a new terminal or navigate back to the root folder and then:

```bash
cd consumer
yarn install
pnpm install
```

### 3. Run the Application

#### In the Consumer Folder
### 2. Run the Application

```bash
yarn dev
pnpm run dev
```

## Additional Notes
Expand Down
2 changes: 1 addition & 1 deletion rsbuild-vue3-vuex/consumer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "osp-dispute-management",
"name": "rsbuild-vue_consumer",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
2,232 changes: 0 additions & 2,232 deletions rsbuild-vue3-vuex/consumer/yarn.lock

This file was deleted.

10 changes: 10 additions & 0 deletions rsbuild-vue3-vuex/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "rsbuild-vue",
"private": true,
"version": "1.0.0",
"scripts": {
"start": "pnpm --filter rsbuild-bue_* run dev",
"build": "pnpm --filter rsbuild-bue_* run build",
"preview": "pnpm --filter rsbuild-bue_* run preview"
}
}
2 changes: 1 addition & 1 deletion rsbuild-vue3-vuex/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rsbuild",
"name": "rsbuild-vue_provider",
"private": true,
"version": "1.0.0",
"scripts": {
Expand Down
Loading

0 comments on commit 75576c0

Please sign in to comment.