项目作者: varunajmera0

项目描述 :
Vuejs Shopping Site
高级语言: JavaScript
项目地址: git://github.com/varunajmera0/vuejs-shopping.git
创建时间: 2017-09-11T13:02:01Z
项目社区:https://github.com/varunajmera0/vuejs-shopping

开源协议:

下载


Vue-shoppingcart

A Vue.js project

It’s just an experiment.

Shopping Cart

Some Code In Vuetify (like slider/login/sign up)
Vuetify

Create Database In Firebase Database and add given detail in main.js file using firebase databse.

firebase.initializeApp({
apiKey: ‘’,
authDomain: ‘’,
databaseURL: ‘’,
projectId: ‘’,
storageBucket: ‘’
})

This website contains admin part. So You can add categories and add products accroding to categories. You can also add slider.

Sign up And Sign In the help of Firebase.

Add to Cart

Build Setup

``` bash

install dependencies

npm install

serve with hot reload at localhost:8080

npm run dev

For detailed explanation on how things work, checkout the guide and docs for vue-loader.