Skip to content

Commit

Permalink
add dep, enable axios in main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 27, 2023
1 parent 77b2e36 commit 9d0c9be
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 24 deletions.
5 changes: 5 additions & 0 deletions ShoppingCart/Frondend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ vue create ecommerce-ui

# Run the following command in your command line to install the Vue router in your system
vue add router

# Axios is a popular, promise-based HTTP client that sports an easy-to-use API and can be used in both the browser and Node
npm install --save axios

npm install --save sweetalert
```

## Run
Expand Down
Loading

0 comments on commit 9d0c9be

Please sign in to comment.