Skip to content

Commit 278e0e5

Browse files
Update README.md
init
1 parent 18ab176 commit 278e0e5

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,35 @@
22
目前最新的vue-cli3 + postcss + page-skeleton-webpack-plugin 打造的H5的骨架屏
33

44
## 安装方法
5-
npm i
5+
npm i <br />
6+
67
npm run dev
8+
9+
## 项目截图:
10+
11+
<img src="https://static-xesapi.speiyou.cn/1561110291743.jpeg" height="400px"/><br />
12+
13+
<img src="https://static-xesapi.speiyou.cn/1561110288089.jpeg" height="400px"/>
14+
15+
## 需要注意:
16+
安装依赖的时候的常见报错:<br />
17+
18+
* `Problem with PUPPETEER_SKIP_CHROMIUM_DOWNLOAD`<br />
19+
20+
[点击查看](https://github.com/GoogleChrome/puppeteer/issues/2262)<br />
21+
22+
* `TypeError: Cannot read property 'newPage' of null`<br />
23+
24+
[点击查看](https://github.com/ElemeFE/page-skeleton-webpack-plugin/issues/20) 或者直接 `cnpm install puppeteer` 试试<br />
25+
26+
* `page-skeleton server listen at port: 8989`<br />
27+
28+
[点击查看](https://github.com/ElemeFE/page-skeleton-webpack-plugin/pull/101/commits/cd6e14af157bbee9d3442e7b5fd0df79c2b43ce3) <br />
29+
30+
* `其他的问题的话 可以在官方的github看一下 相信有你想要的答案`<br />
31+
32+
[点击查看](https://github.com/ElemeFE/page-skeleton-webpack-plugin/issues?utf8=%E2%9C%93&q=)<br />
33+
34+
## 项目地址:
35+
36+
https://github.com/yangfandashuaige/vue-cli3_skleton

0 commit comments

Comments
 (0)