這是我做的,有需要的同學(xué)給個star
https://github.com/wangshuangqin-hub/Reader-web
https://github.com/wangshuangqin-hub/Reader-web
2022-05-05
https://github.com/coder-chin/reader 花了兩三天時間做完了,踩了不少坑。有什么問題可以提issue與我討論,歡迎star?。?!
2021-10-02
請問如果我們webapp項目是用接口調(diào)用的文本數(shù)據(jù)填充閱讀器,這個epub.js還適用嗎
2021-03-23
我的global.scss也出現(xiàn)錯誤,評論里的方法也試過,一直在報錯odule build failed: Error: Node Sass version 5.0.0 is incompatible with ^4.0.0.
2021-02-02
安裝node-sass的問題,我的node是v8.1.2,安裝node-sass的時候,要指定版本 cnpm i node-sass@4.9.2 sass-loader -D
否則,安裝報錯
否則,安裝報錯
2020-11-17
vue-cli3按老師的方法做出來一切順利,沒有出現(xiàn)這節(jié)課所提示的一系列報錯,還是vue版本問題
2020-10-15
global.scss報錯
@import 'reset';
@fontSize:37.5;
@function px2rem($px){
@return ($px / @fontSize) + rem;
}
@mixin center(){
display: flex;
justify-content: center;
align-items: center;
}
?錯誤如下:
Module build failed: TypeError: resolverFactory is not a function
@import 'reset';
@fontSize:37.5;
@function px2rem($px){
@return ($px / @fontSize) + rem;
}
@mixin center(){
display: flex;
justify-content: center;
align-items: center;
}
?錯誤如下:
Module build failed: TypeError: resolverFactory is not a function
2020-09-24