Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crisgon/vue-cart
:dollar: A shop cart made with vue
https://github.com/crisgon/vue-cart
hacktoberfest vue vue-router vuex
Last synced: about 2 months ago
JSON representation
:dollar: A shop cart made with vue
- Host: GitHub
- URL: https://github.com/crisgon/vue-cart
- Owner: crisgon
- Created: 2018-05-26T01:45:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:01:47.000Z (about 2 years ago)
- Last Synced: 2024-08-02T02:11:10.962Z (5 months ago)
- Topics: hacktoberfest, vue, vue-router, vuex
- Language: JavaScript
- Homepage: https://crisgon.github.io/vue-cart/dist/
- Size: 965 KB
- Stars: 165
- Watchers: 6
- Forks: 90
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- divertidalista - Vue Cart
README
# vue-cart
> A Vue.js project
> This project was made using vue, vuex and vue-router.### https://crisgon.github.io/vue-cart/dist/
![Shop Cart](https://i.imgur.com/yKYJdV3.gif)
## 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
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).