summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/vue/public
diff options
context:
space:
mode:
authorwangyuerg <wangyuerg@chinamobile.com>2021-01-08 12:23:31 +0800
committerwangyuerg <wangyuerg@chinamobile.com>2021-01-08 12:24:04 +0800
commit5bead046179e8e00c2cc4681992a6ffe24e4b97e (patch)
tree42ff8dbab525359dcb978faa5708542cf2b5e664 /usecaseui-portal/vue/public
parent114398200f66e9139352d236beb5eb6417baa879 (diff)
feat: embedding vue framwork in angular
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com> Change-Id: Ib065f7d3e1b7533161f880b5093ee9b829d2e46d Issue-ID: USECASEUI-444
Diffstat (limited to 'usecaseui-portal/vue/public')
-rw-r--r--usecaseui-portal/vue/public/favicon.icobin0 -> 4286 bytes
-rw-r--r--usecaseui-portal/vue/public/index.html17
2 files changed, 17 insertions, 0 deletions
diff --git a/usecaseui-portal/vue/public/favicon.ico b/usecaseui-portal/vue/public/favicon.ico
new file mode 100644
index 00000000..df36fcfb
--- /dev/null
+++ b/usecaseui-portal/vue/public/favicon.ico
Binary files differ
diff --git a/usecaseui-portal/vue/public/index.html b/usecaseui-portal/vue/public/index.html
new file mode 100644
index 00000000..41235286
--- /dev/null
+++ b/usecaseui-portal/vue/public/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+ <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">
+ <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>