https://github.com/devconductor125/test-ecommerce-dummyjson
Vue Ecommerce website from DummyJSON for testing
https://github.com/devconductor125/test-ecommerce-dummyjson
Last synced: 2 days ago
JSON representation
Vue Ecommerce website from DummyJSON for testing
- Host: GitHub
- URL: https://github.com/devconductor125/test-ecommerce-dummyjson
- Owner: devconductor125
- Created: 2023-07-05T23:22:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T14:31:34.000Z (over 2 years ago)
- Last Synced: 2025-10-25T23:09:40.029Z (5 months ago)
- Language: Vue
- Size: 20.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-shopping-cart
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).