1 Star 0 Fork 10

杭州天象聚合信息技术有限公司 / vue-mpvue-ChatRobot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 877 Bytes
一键复制 编辑 原始数据 按行查看 历史
如是 提交于 2018-07-13 17:28 . add #gulp+stockService
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="initial-scale=1,user-scalable=no, width=device-width">
<title>股票机器人</title>
<meta name="description" content="一个同时支持移动端与小程序的聊天机器人">
</head>
<body>
<div id="app">
<router-view></router-view>
</div>
<script src="https://cdn.bootcss.com/vue/2.5.17-beta.0/vue.js"></script>
<script src="https://cdn.bootcss.com/vue-router/3.0.1/vue-router.js"></script>
<script src="https://cdn.bootcss.com/vuex/3.0.1/vuex.js"></script>
<script src="https://cdn.bootcss.com/axios/0.18.0/axios.min.js"></script>
<script src="https://cdn.bootcss.com/echarts/4.1.0.rc2/echarts.min.js"></script>
</body>
</html>
1
https://gitee.com/juyunapp/vue-mpvue-ChatRobot.git
git@gitee.com:juyunapp/vue-mpvue-ChatRobot.git
juyunapp
vue-mpvue-ChatRobot
vue-mpvue-ChatRobot
master

搜索帮助