Vuejs Shopping Site
A Vue.js project
It’s just an experiment.
Some Code In Vuetify (like slider/login/sign up)
VuetifyCreate Database In Firebase Database and add given detail in main.js file using firebase databse.
firebase.initializeApp({
apiKey: ‘’,
authDomain: ‘’,
databaseURL: ‘’,
projectId: ‘’,
storageBucket: ‘’
})
``` bash
npm install
npm run dev
For detailed explanation on how things work, checkout the guide and docs for vue-loader.