• 有时候需要写一些简单的页面小交互,用node 构建前端项目总有那么不合适,感觉有点大材小用,所以用html 引入 静态js,构建简单的单页面,写一些小功能
  • demo 地址
引入必要的插件
		<link rel="stylesheet" href="plugins/element-ui/index.css">
		<script src="js/vue.js" type="text/javascript" charset="utf-8"></script>
		<script src="js/axios.min.js"></script>
		<script src="js/httpRequest.js"></script>
		<!-- element-ui -->

		<script src="plugins/element-ui/index.js"></script>
		<!-- element-ui -->
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐