https://github.com/z3ut/vue-shop
Vue 2 shop catalog
https://github.com/z3ut/vue-shop
Last synced: over 1 year ago
JSON representation
Vue 2 shop catalog
- Host: GitHub
- URL: https://github.com/z3ut/vue-shop
- Owner: z3ut
- Created: 2017-06-29T20:19:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T16:44:38.000Z (almost 9 years ago)
- Last Synced: 2025-01-13T22:28:26.734Z (over 1 year ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 2 shop catalog
Build with Vue 2.2, Vuex, Sass.
Online store with client pagination, sorting, filtering. Use CSV file as backend.
[Live demo](https://z3ut.github.io/vue-shop/)
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```