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