An open API service indexing awesome lists of open source software.

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

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
```