diff --git a/Annotations/Interaction with annotations/babel.config.js b/Annotations/Interaction with annotations/babel.config.js new file mode 100644 index 0000000..e955840 --- /dev/null +++ b/Annotations/Interaction with annotations/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} diff --git a/Annotations/Interaction with annotations/jsconfig.json b/Annotations/Interaction with annotations/jsconfig.json new file mode 100644 index 0000000..4aafc5f --- /dev/null +++ b/Annotations/Interaction with annotations/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "baseUrl": "./", + "moduleResolution": "node", + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + } +} diff --git a/Annotations/Interaction with annotations/public/index.html b/Annotations/Interaction with annotations/public/index.html new file mode 100644 index 0000000..661d3ff --- /dev/null +++ b/Annotations/Interaction with annotations/public/index.html @@ -0,0 +1,18 @@ + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + +


+
+ + + diff --git a/Annotations/Interaction with annotations/src/App.vue b/Annotations/Interaction with annotations/src/App.vue index d95c924..d330b45 100644 --- a/Annotations/Interaction with annotations/src/App.vue +++ b/Annotations/Interaction with annotations/src/App.vue @@ -1,3 +1,4 @@ + {/*Template to render PDF viewer*/}