1 Star 0 Fork 0

longlong/webpack4-vue2x-libary-footstone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 325 Bytes
一键复制 编辑 原始数据 按行查看 历史
longlong 提交于 2020-02-19 18:31 . 添加了打包,测试的入口
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Suporka Vue App</title>
<script src="../src/vue.js"></script>
</head>
<body>
<div id="app">
<my-Component></my-Component>
<my-Component2></my-Component2>
</div>
<script>
var vm = new Vue({
el:'#app'
})
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shencanlong/webpack4-vue-base.git
git@gitee.com:shencanlong/webpack4-vue-base.git
shencanlong
webpack4-vue-base
webpack4-vue2x-libary-footstone
master

搜索帮助