Sem descrição

JXDS18FUJT f94e78b1a0 redux模块化 há 1 ano atrás
cert 397ab1d185 移植了课程的页面 há 1 ano atrás
public b57e8b6fda 新增srt页面解析srt há 1 ano atrás
src f94e78b1a0 redux模块化 há 1 ano atrás
.gitignore 280c59e389 修改了架子 há 2 anos atrás
README.md e1cee8618f 补齐部图片分资源 há 2 anos atrás
index.html 8e519284d3 新增看pdf图片的页面 há 2 anos atrás
package-lock.json 423cb65c7b 引入redux há 1 ano atrás
package.json 423cb65c7b 引入redux há 1 ano atrás
tsconfig.json bd0ffa5967 修复打包错误 há 1 ano atrás
vite.config.ts b57e8b6fda 新增srt页面解析srt há 1 ano atrás
yarn.lock 280c59e389 修改了架子 há 2 anos atrás

README.md

This is a vite2 & React17 & Typescript demo

TODO

  • 集成 Redux,或者使用封装过的 dva.js

  • 约定式路由

  • 还记得 babel-plugin-import 吗,在 Vite 中,如果想样式按需加载,可以尝试使用这个插件:vite-plugin-style-import,现在已经支持 Vite 2

  • less 换成 scss

  • Production ModeSSR,参照官网配置即可,遇到什么坑可以一起讨论