-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f02380a
commit d1ef86b
Showing
12 changed files
with
200 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
VUE_APP_FIREBASE_API_KEY= "AIzaSyCfkUKHdwlvHqO5Sx7HcNlQgJ0R7g4K_Ic" | ||
VUE_APP_FIREBASE_AUTH_DOMAIN= "vue-e-commerce-e01af.firebaseapp.com" | ||
VUE_APP_FIREBASE_PROJECT_ID= "vue-e-commerce-e01af" | ||
VUE_APP_FIREBASE_STORAGE_BUCKET= "vue-e-commerce-e01af.appspot.com" | ||
VUE_APP_FIREBASE_MESSAGING_SENDER_ID= "482335117020" | ||
VUE_APP_FIREBASE_APP_ID= "1:482335117020:web:8f0101f52c0abf7ecdae19" | ||
|
||
VUE_APP_TMDB_API_KEY='AIzaSyCfkUKHdwlvHqO5Sx7HcNlQgJ0R7g4K_Ic' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
VUE_APP_FIREBASE_API_KEY= "AIzaSyCfkUKHdwlvHqO5Sx7HcNlQgJ0R7g4K_Ic" | ||
VUE_APP_FIREBASE_AUTH_DOMAIN= "vue-e-commerce-e01af.firebaseapp.com" | ||
VUE_APP_FIREBASE_PROJECT_ID= "vue-e-commerce-e01af" | ||
VUE_APP_FIREBASE_STORAGE_BUCKET= "vue-e-commerce-e01af.appspot.com" | ||
VUE_APP_FIREBASE_MESSAGING_SENDER_ID= "482335117020" | ||
VUE_APP_FIREBASE_APP_ID= "1:482335117020:web:8f0101f52c0abf7ecdae19" | ||
|
||
VUE_APP_TMDB_API_KEY='AIzaSyCfkUKHdwlvHqO5Sx7HcNlQgJ0R7g4K_Ic' |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
VUE_APP_FIREBASE_API_KEY= "AIzaSyCfkUKHdwlvHqO5Sx7HcNlQgJ0R7g4K_Ic" | ||
VUE_APP_FIREBASE_AUTH_DOMAIN= "vue-e-commerce-e01af.firebaseapp.com" | ||
VUE_APP_FIREBASE_PROJECT_ID= "vue-e-commerce-e01af" | ||
VUE_APP_FIREBASE_STORAGE_BUCKET= "vue-e-commerce-e01af.appspot.com" | ||
VUE_APP_FIREBASE_MESSAGING_SENDER_ID= "482335117020" | ||
VUE_APP_FIREBASE_APP_ID= "1:482335117020:web:8f0101f52c0abf7ecdae19" | ||
|
||
VUE_APP_TMDB_API_KEY='AIzaSyCfkUKHdwlvHqO5Sx7HcNlQgJ0R7g4K_Ic' |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
VUE_APP_FIREBASE_API_KEY= "AIzaSyCfkUKHdwlvHqO5Sx7HcNlQgJ0R7g4K_Ic" | ||
VUE_APP_FIREBASE_AUTH_DOMAIN= "vue-e-commerce-e01af.firebaseapp.com" | ||
VUE_APP_FIREBASE_PROJECT_ID= "vue-e-commerce-e01af" | ||
VUE_APP_FIREBASE_STORAGE_BUCKET= "vue-e-commerce-e01af.appspot.com" | ||
VUE_APP_FIREBASE_MESSAGING_SENDER_ID= "482335117020" | ||
VUE_APP_FIREBASE_APP_ID= "1:482335117020:web:8f0101f52c0abf7ecdae19" | ||
|
||
VUE_APP_TMDB_API_KEY='AIzaSyCfkUKHdwlvHqO5Sx7HcNlQgJ0R7g4K_Ic' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang=""> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> | ||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script> | ||
|
||
|
||
|
||
<!-- Include only the reset . --> | ||
<title><%= htmlWebpackPlugin.options.title %></title> | ||
</head> | ||
<body> | ||
<noscript> | ||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
</noscript> | ||
<div id="app"></div> | ||
<!-- built files will be auto injected --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
import Vue from 'vue' | ||
import './plugins/bootstrap-vue' | ||
import App from './App.vue' | ||
import router from './router' | ||
import store from './store' | ||
import { library } from '@fortawesome/fontawesome-svg-core' | ||
import { faSignOutAlt, faShoppingCart, faTrashAlt, faCheckCircle, faCog,faUser } from '@fortawesome/free-solid-svg-icons' | ||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' | ||
import '@/plugins/bootstrap-vue' | ||
import '@/assets/style.scss' | ||
import Vue2Editor from "vue2-editor" | ||
import firebase from 'firebase/compat/app' | ||
import 'firebase/compat/auth'; | ||
import Vuelidate from 'vuelidate' | ||
|
||
|
||
|
||
|
||
|
||
|
||
library.add(faSignOutAlt, faShoppingCart, faTrashAlt, faCheckCircle, faCog) | ||
Vue.component('font-awesome-icon', FontAwesomeIcon) | ||
Vue.use(Vue2Editor); | ||
Vue.use(Vuelidate); | ||
|
||
|
||
|
||
|
||
|
||
|
||
Vue.config.productionTip = false | ||
|
||
let app; | ||
|
||
|
||
|
||
firebase.auth().onAuthStateChanged(() => { | ||
|
||
if (!app) { | ||
app = new Vue({ | ||
router, | ||
store, | ||
render: h => h(App) | ||
}).$mount('#app') | ||
} | ||
}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
import Vue from 'vue' | ||
import './plugins/bootstrap-vue' | ||
import App from './App.vue' | ||
import router from './router' | ||
import store from './store' | ||
import { library } from '@fortawesome/fontawesome-svg-core' | ||
import { faSignOutAlt, faShoppingCart, faTrashAlt, faCheckCircle, faCog,faUser } from '@fortawesome/free-solid-svg-icons' | ||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' | ||
import '@/plugins/bootstrap-vue' | ||
import '@/assets/style.scss' | ||
import Vue2Editor from "vue2-editor" | ||
import firebase from 'firebase/compat/app' | ||
import 'firebase/compat/auth'; | ||
import Vuelidate from 'vuelidate' | ||
|
||
|
||
|
||
|
||
|
||
|
||
library.add(faUserfaSignOutAlt, faShoppingCart, faTrashAlt, faCheckCircle, faCog) | ||
Vue.component('font-awesome-icon', FontAwesomeIcon) | ||
Vue.use(Vue2Editor); | ||
Vue.use(Vuelidate); | ||
|
||
|
||
|
||
|
||
|
||
|
||
Vue.config.productionTip = false | ||
|
||
let app; | ||
|
||
|
||
|
||
firebase.auth().onAuthStateChanged(() => { | ||
|
||
if (!app) { | ||
app = new Vue({ | ||
router, | ||
store, | ||
render: h => h(App) | ||
}).$mount('#app') | ||
} | ||
}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
import Vue from 'vue' | ||
import './plugins/bootstrap-vue' | ||
import App from './App.vue' | ||
import router from './router' | ||
import store from './store' | ||
import { library } from '@fortawesome/fontawesome-svg-core' | ||
import { faSignOutAlt, faShoppingCart, faTrashAlt, faCheckCircle, faCog,faUser } from '@fortawesome/free-solid-svg-icons' | ||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome' | ||
import '@/plugins/bootstrap-vue' | ||
import '@/assets/style.scss' | ||
import Vue2Editor from "vue2-editor" | ||
import firebase from 'firebase/compat/app' | ||
import 'firebase/compat/auth'; | ||
import Vuelidate from 'vuelidate' | ||
|
||
|
||
|
||
|
||
|
||
|
||
library.add(faUser,faSignOutAlt, faShoppingCart, faTrashAlt, faCheckCircle, faCog) | ||
Vue.component('font-awesome-icon', FontAwesomeIcon) | ||
Vue.use(Vue2Editor); | ||
Vue.use(Vuelidate); | ||
|
||
|
||
|
||
|
||
|
||
|
||
Vue.config.productionTip = false | ||
|
||
let app; | ||
|
||
|
||
|
||
firebase.auth().onAuthStateChanged(() => { | ||
|
||
if (!app) { | ||
app = new Vue({ | ||
router, | ||
store, | ||
render: h => h(App) | ||
}).$mount('#app') | ||
} | ||
}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters