Skip to content

Commit 75576c0

Browse files
locks (#4152)
Co-authored-by: ScriptedAlchemy <zackaryjackson@bytedance.com>
1 parent 7208717 commit 75576c0

File tree

8 files changed

+22
-5651
lines changed

8 files changed

+22
-5651
lines changed

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsbuild-vue3-vuex/README.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,22 @@
33

44
## Setup Instructions
55

6-
### 1. Clone the Repository
76

8-
```bash
9-
git clone <repository-url>
10-
cd <repository-folder>
11-
```
12-
13-
### 2. Install Dependencies
7+
### 1. Install Dependencies
148

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

1711
#### In the Provider Folder
1812

1913
```bash
20-
cd provider
21-
yarn install
22-
```
23-
24-
#### In the Consumer Folder
25-
26-
Open a new terminal or navigate back to the root folder and then:
27-
28-
```bash
29-
cd consumer
30-
yarn install
14+
pnpm install
3115
```
3216

33-
### 3. Run the Application
3417

35-
#### In the Consumer Folder
18+
### 2. Run the Application
3619

3720
```bash
38-
yarn dev
21+
pnpm run dev
3922
```
4023

4124
## Additional Notes

rsbuild-vue3-vuex/consumer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "osp-dispute-management",
2+
"name": "rsbuild-vue_consumer",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

rsbuild-vue3-vuex/consumer/yarn.lock

Lines changed: 0 additions & 2232 deletions
This file was deleted.

rsbuild-vue3-vuex/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "rsbuild-vue",
3+
"private": true,
4+
"version": "1.0.0",
5+
"scripts": {
6+
"start": "pnpm --filter rsbuild-bue_* run dev",
7+
"build": "pnpm --filter rsbuild-bue_* run build",
8+
"preview": "pnpm --filter rsbuild-bue_* run preview"
9+
}
10+
}

rsbuild-vue3-vuex/provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rsbuild",
2+
"name": "rsbuild-vue_provider",
33
"private": true,
44
"version": "1.0.0",
55
"scripts": {

0 commit comments

Comments
 (0)