extjs 6.2 熟悉开发环境 hello world

1.下载extjs 6.2 并解压。


2.发布extjs项目。

将ext-6.2.0文件夹拷贝到tomcate的webapp目录下启动tomcate,或者拷贝到IIS发布。


3.本地编写hello world文件。

hello world.html
<!DOCTYPE HTML>
<html>
	<head>
		<title>hello world extjs!</title>
		<script type="text/javascript" src="http://10.1.1.22:8088/ext-6.2.0/ext-bootstrap.js" />
		<script type="text/javascript" src="http://10.1.1.22:8088/ext-6.2.0/build/classic/locale/locale-zh_CN.js"></script>
		<link rel="stylesheet" type="text/css" href="http://10.1.1.22:8088/ext-6.2.0/build/classic/theme-classic/resources/theme-classic-all-debug.css" />
	</head>
	
	<body>
		<script type="text/javascript" >
			Ext.onReady(function(){
				new Ext.Viewport({
					layout:'fit',
					items:[{
						xtype:"panel",
						title:"欢迎",
						html:"<h1>Hello World</h1>"
					}]
				})
			})
		</script>
	</body>
</html>

4.查看效果

使用chrome浏览器打开本地文件hello world.html文件。


  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值