Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mhadaily/vue2-shop

An experimental Vue2 Vuex shop, ready to fork and start your project.
https://github.com/mhadaily/vue2-shop

angular ember vue vue-cli vue-components vue-router vue2-shop vuejs vuejs2 vuex

Last synced: 5 days ago
JSON representation

An experimental Vue2 Vuex shop, ready to fork and start your project.

Awesome Lists containing this project

README

        

# Vue2-Vuex-shop

> This is an experimental Vue Project in order to compare with Angular2 and Ember2, [Live Demo](https://www.majidhajian.com/vue2-shop/).

Please checkout Angular2 and Ember.js Version of this project.(Coming soon)
I encourage you to read my [article about this comparison](https://goo.gl/cnaXDq).

This project has been initialized by Vue-Cli using Webpack, Mocha, ESlint.

## Dependencies

* "vue"
* "vue-router"
* "vuex"

## Deploy to gh-page

easily run this command when you forked: `npm run deploy`

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

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test
```

## TODO
* Unit Test
* Integration Test
* Add backend logic
* Pagination
* Add Guard for Route (User Profile)
* Promotions and Discounts
* Refine code and bundle

For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).