Skip to content

可将微信开发者工具内生成的骨架屏整合成vue的命令行工具

Notifications You must be signed in to change notification settings

yuanwen0327/uniapp-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uniapp-skeleton

一个命令行工具,能使微信开发者工具中生成的骨架屏在uni-app中使用。

骨架屏


安装

npm install -g uniapp-skeleton

使用

首先在微信开发者工具中生成页面骨架屏

生成骨架屏

然后在终端的项目目录中执行

uniapp-skeleton -p "/pages/index/index"

-p后面的参数为要生成骨架屏的小程序页面的路径,此时会在项目的/src/pages/index/目录中生成index.skeleton.vue

最后在index.vue页面文件中引入改组件即可。


建议

  • 开发者工具生成的骨架屏有时候并不完美,需要手动微调
  • 可以将生成的骨架屏文件里的单个结构拆分出来使用

附上原生小程序骨架屏文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/skeleton.html

About

可将微信开发者工具内生成的骨架屏整合成vue的命令行工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published