Add Angular app
This commit is contained in:
3043
src/app/package-lock.json
generated
3043
src/app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -13,25 +13,26 @@
|
||||
"vue": "vue-cli-service build --modern && cd ../MyPrayerJournal.Api && dotnet run"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/events": "^3.0.0",
|
||||
"@vue/composition-api": "^0.5.0",
|
||||
"auth0-js": "^9.7.3",
|
||||
"axios": "^0.19.0",
|
||||
"core-js": "^3.3.2",
|
||||
"date-fns": "^2.8.1",
|
||||
"date-fns": "^2.14.0",
|
||||
"vue": "^2.5.15",
|
||||
"vue-material": "^1.0.0-beta-12",
|
||||
"vue-router": "^3.0.0",
|
||||
"vuex": "^3.3.0"
|
||||
"vue-material": "^1.0.0-beta-14",
|
||||
"vue-router": "^3.3.2",
|
||||
"vuex": "^3.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/auth0-js": "^9.10.6",
|
||||
"@types/node": "^13.13.2",
|
||||
"@typescript-eslint/eslint-plugin": "^2.8.0",
|
||||
"@typescript-eslint/parser": "^2.8.0",
|
||||
"@vue/cli-plugin-babel": "^4.0.5",
|
||||
"@vue/cli-plugin-eslint": "^4.0.5",
|
||||
"@vue/cli-plugin-typescript": "^4.0.5",
|
||||
"@vue/cli-service": "^4.0.5",
|
||||
"@types/auth0-js": "^9.13.1",
|
||||
"@types/node": "^13.13.10",
|
||||
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
||||
"@typescript-eslint/parser": "^2.34.0",
|
||||
"@vue/cli-plugin-babel": "^4.4.1",
|
||||
"@vue/cli-plugin-eslint": "^4.4.1",
|
||||
"@vue/cli-plugin-typescript": "^4.4.1",
|
||||
"@vue/cli-service": "^4.4.1",
|
||||
"@vue/eslint-config-standard": "^5.0.0",
|
||||
"@vue/eslint-config-typescript": "^5.0.0",
|
||||
"eslint": "^6.6.0",
|
||||
@@ -40,12 +41,12 @@
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"eslint-plugin-vue": "^6.0.1",
|
||||
"node-sass": "^4.14.0",
|
||||
"node-sass": "^4.14.1",
|
||||
"pug": "^2.0.1",
|
||||
"pug-plain-loader": "^1.0.0",
|
||||
"sass-loader": "^8.0.0",
|
||||
"typescript": "^3.7.2",
|
||||
"typescript": "^3.9.5",
|
||||
"vue-template-compiler": "^2.5.17",
|
||||
"webpack-bundle-analyzer": "^3.7.0"
|
||||
"webpack-bundle-analyzer": "^3.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,8 +32,8 @@ export default createComponent({
|
||||
setup (props, { parent }) {
|
||||
// TODO: custom events; does this work?
|
||||
onMounted(function () {
|
||||
this.$on('requestUnsnoozed', parent.$emit('requestUnsnoozed'))
|
||||
this.$on('requestNowShown', parent.$emit('requestNowShown'))
|
||||
this.$on('requestUnsnoozed', parent?.$emit('requestUnsnoozed'))
|
||||
this.$on('requestNowShown', parent?.$emit('requestNowShown'))
|
||||
})
|
||||
return {
|
||||
title: props.title,
|
||||
|
||||
Reference in New Issue
Block a user