1 Star 7 Fork 3

自然框架/nf-vue-cdn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
% 提交于 2021-03-30 19:33 . ref相关
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Vue3 的 CDN 方式的在线演示 </title>
<style>
.el-header, .el-footer {
background-color: #B3C0D1;
color: #333;
text-align: center;
line-height: 60px;
}
.el-aside {
background-color: #92969b;
color: #333;
text-align: left;
}
.el-main {
background-color: #fafafa;
color: #333;
text-align: left;
}
body > .el-container {
margin-bottom: 40px;
}
.el-container:nth-child(5) .el-aside,
.el-container:nth-child(6) .el-aside {
line-height: 260px;
}
.el-container:nth-child(7) .el-aside {
line-height: 320px;
}
</style>
</head>
<body>
<div>
这里是 CDN 仿工程化开发的几种应用......
</div>
<div id="app">
<a href="https://naturefw.gitee.io/nf-vue-cdn/cdn/project/"> CDN 的 基础项目演示 </a><br><br>
<a href="https://naturefw.gitee.io/nf-vue-cdn/cdn/project-template/"> CDN 模式的 工程化开发 的模板 </a><br><br>
<a href="https://naturefw.gitee.io/nf-vue-cdn/cdn/project-admin/"> CDN 模式的 管理后台 </a><br><br>
<a href="https://naturefw.gitee.io/nf-vue-cdn/cdn/project-compositionapi/"> Vue3 的 Composition API 的各种用法 </a><br><br>
<a href="https://naturefw.gitee.io/nf-vue-cdn/cdn/project-vuex/"> Vue3的状态管理的演示 </a><br><br>
<a href=""> </a><br>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/naturefw/nf-vue-cdn.git
git@gitee.com:naturefw/nf-vue-cdn.git
naturefw
nf-vue-cdn
nf-vue-cdn
master

搜索帮助