https://github.com/ui-d/vue_shop
🛒 VueShop app built with vue.js and Grid CSS (scss). Features: Cart, Product List, Sorting, LocalStorage, RWD
https://github.com/ui-d/vue_shop
Last synced: over 1 year ago
JSON representation
🛒 VueShop app built with vue.js and Grid CSS (scss). Features: Cart, Product List, Sorting, LocalStorage, RWD
- Host: GitHub
- URL: https://github.com/ui-d/vue_shop
- Owner: ui-d
- License: mit
- Created: 2018-06-25T20:12:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T22:31:15.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T17:53:08.921Z (over 1 year ago)
- Language: CSS
- Homepage: https://bit.ly/2I6waFD
- Size: 12.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VueShop
## VueShop app built with vue.js and Grid CSS (scss).
#### Features: Cart, Product List, Sorting, LocalStorage, RWD
### Build Setup /
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```