Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 27, 2023
1 parent 5dd3615 commit 60d1f93
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ShoppingCart/Frondend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ npm install --save axios
npm install --save sweetalert
```

```bash
# if start from git clone :
git clone https://github.com/yennanliu/SpringPlayground.git
cd SpringPlayground/ShoppingCart/Frondend/ecommerce-ui
npm install


npm install --save axios

npm install --save sweetalert
```

## Run

<details>
Expand Down
4 changes: 3 additions & 1 deletion ShoppingCart/Frondend/ecommerce-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {"vue/multi-word-component-names": "off"}
"rules": {
"vue/multi-word-component-names": "off"
}
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit 60d1f93

Please sign in to comment.