Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ananyaneogi/a-vue-shop

An online shop with VueJs. Uses vuex, vue router.
https://github.com/ananyaneogi/a-vue-shop

ecommerce vue vue-router vuex

Last synced: about 2 months ago
JSON representation

An online shop with VueJs. Uses vuex, vue router.

Awesome Lists containing this project

README

        

# A Vue Shop

An e-commerce sample website built with Vue JS, using vuex and vue-router.

This is built on VueJs. Centralized state management is implemented with Vuex. Routing is done with Vue Router.
Designed with CSS grid and uses `transition-group` for transitions.

[View the demo here](https://ananyaneogi.github.io/a-vue-shop/)

![Web snapshot](https://raw.githubusercontent.com/ananyaneogi/a-vue-shop/master/static/websnap.png)

#### Setup

``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
```