Aucune description

JXDS18FUJT cb55340e01 支付功能开发5 il y a 1 an
cert 397ab1d185 移植了课程的页面 il y a 1 an
public 3f5b33ceb6 markDown修改 il y a 1 an
src cb55340e01 支付功能开发5 il y a 1 an
.gitignore 280c59e389 修改了架子 il y a 2 ans
README.md e1cee8618f 补齐部图片分资源 il y a 2 ans
index.html 8e519284d3 新增看pdf图片的页面 il y a 2 ans
package-lock.json 801ba1b4f5 支付 il y a 1 an
package.json 801ba1b4f5 支付 il y a 1 an
tsconfig.json 9cb464ea57 tsconfig 添加baseUrl il y a 2 ans
vite.config.ts 801ba1b4f5 支付 il y a 1 an
yarn.lock 280c59e389 修改了架子 il y a 2 ans

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,参照官网配置即可,遇到什么坑可以一起讨论