https://github.com/techiediaries/vue-shopping-cart
A Vue Shopping Cart Application Demo
https://github.com/techiediaries/vue-shopping-cart
json-server shopping-cart vue vuejs2
Last synced: 12 months ago
JSON representation
A Vue Shopping Cart Application Demo
- Host: GitHub
- URL: https://github.com/techiediaries/vue-shopping-cart
- Owner: techiediaries
- Created: 2018-04-25T01:55:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T02:07:42.000Z (about 8 years ago)
- Last Synced: 2025-04-15T04:33:39.553Z (about 1 year ago)
- Topics: json-server, shopping-cart, vue, vuejs2
- Language: JavaScript
- Size: 149 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Shopping Cart & CRUD Example Application
The backend API is created/mocked with JSON-Server
> A Vue.js project

Once logged in. You can read, delete and update products

You can create products

## 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
```
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).