page-skeleton-webpack-plugin icon indicating copy to clipboard operation
page-skeleton-webpack-plugin copied to clipboard

Webpack plugin to generate the skeleton page automatically

Results 101 page-skeleton-webpack-plugin issues
Sort by recently updated
recently updated
newest added

骨架页面预览 的控制台 Object /person/0: Object html: (...) qrCode: (...) skeletonPageUrl: (...) url: (...) 而且控制台还报错了,而且右上角默认是 / 'html' of undefined 'ur'l' of undefined 通过打开控制台复制 对象.skeletonPageUrl 然后一个大的loading旋转,样式也不对,差太多了。 猜想: /person/0 动态路由不可以? 页面结构复杂/ 组件嵌套过多?

### Description 使用create-react-app 新建的项目,然后尝试了一下,报了Cannot read property 'tapAsync' of undefined 的错误。 还是说,需要什么特别注意的设置?

const EVENT_LIST = process.env.NODE_ENV === 'skelenton' ? ['watch-close', 'failed'] : ['watch-close', 'failed', 'done']

### Description 最后一次更改webpack兼容性的时候 ,我看你们是merge了代码 ,但是没有更新NPM包,请更新下NPM包。 [Description of the bug or feature] ### Steps to reproduce 1. [First step] 2. [Second step] 3. [and so on...] **Expected behavior:** [What you expected...

### Description I had succeed to install the plugin and start it,but when i touch the "preview skeleton page",I got an error named on the title.I wander if this plugin...

运行项目 write c:\Users\Administrator\Desktop\novel-vue\dist\index.html successfully in / 会有这个提示 但是项目运行起来还是看不到骨架屏的影子

### Description Error: listen EADDRINUSE: address already in use :::8989 at Server.setupListenHandle [as _listen2] (net.js:1279:14) ### Steps to reproduce 1. cd examlpes/sale 2.npm install 3. npm i [email protected] --save-dev 4....

vue cli3.0端口冲突,配置了端口号也会?确认端口是不会冲突的

### Description 本地运行,生成骨架屏页面时,页面空白啥都没有,控制台提示 ![image](https://user-images.githubusercontent.com/46524158/86748784-4f25c680-c06f-11ea-8dd1-74215eee06c6.png) ```js TypeError: Cannot read property 'html' of undefined at a.setCode (bundle.4da48e9f37a58e077c95.js:7) at fn.e.$emit (bundle.4da48e9f37a58e077c95.js:7) at _.de.onmessage (bundle.4da48e9f37a58e077c95.js:7) at _.r.dispatchEvent (bundle.4da48e9f37a58e077c95.js:7) at bundle.4da48e9f37a58e077c95.js:7 at Array.forEach () at...

所以说,到底怎么才能替换为骨架屏呢,我看这个问题挺多的,可否官方答疑一下呢?