react ts template:react +打字稿+ webpack模板 源码
React模板 初始化webpack项目 初始化npm项目 npm init -y 安装webpack依赖 npm install webpack webpack-cli -D 编写webpack配置文件 module . exports = { entry : { app : path . resolve ( ROOTPATH , 'src/index.js' ) } , output : { filename : 'js/[name].js' , path : path . resolve ( ROOTPATH , 'dist' ) } } ; 在p
文件列表
react-ts-template-main.zip
(预估有个43文件)
react-ts-template-main
.DS_Store
6KB
public
index.html
560B
favicon.ico
3KB
.eslintrc.js
3KB
.prettierignore
12B
src
pages
page2
暂无评论