https://github.com/percymamedy/vue-shop
An Ecommerce Demo Web App using VueJS
https://github.com/percymamedy/vue-shop
demo tutorial vue vuejs2
Last synced: 5 months ago
JSON representation
An Ecommerce Demo Web App using VueJS
- Host: GitHub
- URL: https://github.com/percymamedy/vue-shop
- Owner: percymamedy
- Created: 2016-12-27T18:21:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T14:54:55.000Z (over 9 years ago)
- Last Synced: 2026-02-06T17:54:43.269Z (6 months ago)
- Topics: demo, tutorial, vue, vuejs2
- Language: JavaScript
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-shop
> A Vue.js project
## 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
```
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).