当前位置: 首页 > article >正文

uniapp入门 01创建项目模版

0安装 hbuilder x 标准版

1.创建模版工程
2.创建官方 案例工程
在这里插入图片描述
在这里插入图片描述

index.uvuewen 文件解析


<!-- 模版 标签 -->
<template>
	<view>
		
		
	</view>
	
</template>

<!-- 脚本 -->
<script>
	export default {
		data() {
			return {
				 
			}
		},
		onLoad() {

		},
		methods: {

		}
	}
</script>

<!-- 样式属性尺寸 -->
<style>
	.logo {
		height: 100px;
		width: 100px;
		margin: 100px auto 25px auto;
	}

	.title {
		font-size: 18px;
		color: #8f8f94;
    text-align: center;
	}
</style  

运行效果

在这里插入图片描述


http://www.kler.cn/a/447101.html

相关文章:

  • 搭建MPI/CUDA开发环境
  • react 项目打包二级目 使用BrowserRouter 解决页面刷新404 找不到路由
  • OpenHarmony 3.2 网卡获取ip地址缓慢分析
  • 【Leecode】Leecode刷题之路第87天之扰乱字符串
  • 《探秘 Qt Creator Manual 4.11.1》
  • 【Vulkan入门】16-IndexBuffer
  • 融合注意力机制的卷积神经网络-双向长短期记忆网络(CNN-BiLSTM-Attention)的多变量/时间序列预测/matlab代码
  • C:\Windows 文件夹
  • 大模型微调---Lora微调实战
  • jsp中的四个域对象(Spring MVC)
  • 浅谈目前我开发的前端项目用到的设计模式
  • 爬取Q房二手房房源信息
  • Partition Strategies kafka分区策略
  • <项目代码>YOLO Visdrone航拍目标识别<目标检测>
  • GESP CCF python二级编程等级考试认证真题 2024年12月
  • 基于微信小程序的绘画学习平台
  • 攻防世界easyphp
  • Leetcode中最常用的Java API——util包
  • LeetCode hot100-90
  • 纯css 实现呼吸灯效果
  • TCP/IP协议:网际层相关知识梳理
  • metasploit之ms17_010_psexec模块
  • MapBox实现深蓝色科技风格底图方案
  • android studio更改应用图片,和应用名字。
  • D101【python 接口自动化学习】- pytest进阶之fixture用法
  • Unity3D仿星露谷物语开发6之角色添加动画