Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mhadaily/vue2-shop
- Owner: mhadaily
- Created: 2017-03-11T04:15:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T01:17:06.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:35:39.958Z (6 months ago)
- Topics: angular, ember, vue, vue-cli, vue-components, vue-router, vue2-shop, vuejs, vuejs2, vuex
- Language: JavaScript
- Homepage: https://goo.gl/K04v3V
- Size: 3.49 MB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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 bundleFor 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).