Skip to content

Commit

Permalink
Merge pull request #490 from bcgov/GDXDSD-7406-migrate-to-vue3
Browse files Browse the repository at this point in the history
GDXDSD-7406 migrate to Vue3
  • Loading branch information
ozdemirozcelik authored Nov 20, 2024
2 parents 8b91d9e + 9eb786e commit 7f60757
Show file tree
Hide file tree
Showing 14 changed files with 5,469 additions and 2,634 deletions.
5 changes: 5 additions & 0 deletions examples/vue_js_tracker/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
19 changes: 19 additions & 0 deletions examples/vue_js_tracker/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}
Loading

0 comments on commit 7f60757

Please sign in to comment.