Initial import of frappe sunderer app
This commit is contained in:
File diff suppressed because one or more lines are too long
+24
-2
@@ -1,11 +1,33 @@
|
||||
{
|
||||
"index.html": {
|
||||
"file": "js/index.c1R21Jxr.js",
|
||||
"file": "js/index.js",
|
||||
"name": "index",
|
||||
"src": "index.html",
|
||||
"isEntry": true,
|
||||
"dynamicImports": [
|
||||
"src/views/sundererapp/DashboardView.vue",
|
||||
"src/views/sundererapp/UsersView.vue"
|
||||
],
|
||||
"css": [
|
||||
"css/index.CJO3dQ9s.css"
|
||||
"css/index.css"
|
||||
]
|
||||
},
|
||||
"src/views/sundererapp/DashboardView.vue": {
|
||||
"file": "js/DashboardView.js",
|
||||
"name": "DashboardView",
|
||||
"src": "src/views/sundererapp/DashboardView.vue",
|
||||
"isDynamicEntry": true,
|
||||
"imports": [
|
||||
"index.html"
|
||||
]
|
||||
},
|
||||
"src/views/sundererapp/UsersView.vue": {
|
||||
"file": "js/UsersView.js",
|
||||
"name": "UsersView",
|
||||
"src": "src/views/sundererapp/UsersView.vue",
|
||||
"isDynamicEntry": true,
|
||||
"imports": [
|
||||
"index.html"
|
||||
]
|
||||
}
|
||||
}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -5,8 +5,8 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/sunderer_app/dist/icon3.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>决裂者终端用户中心</title>
|
||||
<script type="module" crossorigin src="/assets/sunderer_app/dist/js/index.c1R21Jxr.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/sunderer_app/dist/css/index.CJO3dQ9s.css">
|
||||
<script type="module" crossorigin src="/assets/sunderer_app/dist/js/index.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/sunderer_app/dist/css/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
import{c as l,a as e,b as c,w as o,r as a,o as d,d as _}from"./index.js";const u={__name:"DashboardView",setup(i){return(p,t)=>{const n=a("n-h2"),s=a("n-statistic"),r=a("n-card");return d(),l("div",null,[e(n,null,{default:o(()=>[...t[0]||(t[0]=[_("Dashboard",-1)])]),_:1}),t[1]||(t[1]=c("p",null,"Welcome to your admin dashboard!",-1)),e(r,{title:"Quick Stats",style:{"margin-top":"20px"}},{default:o(()=>[e(s,{label:"Total Users",value:"12345"})]),_:1})])}}};export{u as default};
|
||||
+261
File diff suppressed because one or more lines are too long
-25
File diff suppressed because one or more lines are too long
Vendored
+56
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user