Skip to content

mayunyi/webpack5-react-ts-eslint

Repository files navigation

webpack5-react-ts-eslint

介绍

基于react hook 以及react component 搭建环境

  1. webpack5
  2. eslint
  3. typescript

软件架构

软件架构说明

├── config // webpack 配置 目录 ├── server // 服务端代码 目录 ├── dist // 打包代码 目录 ├── package.json ├── postcss.config.js ├── src // 源码 目录 ├── index.template.html // 模板 ├── .eslint // eslint配置 ├── .babelrc // babel配置 ├── .eslintignore // eslint忽略配置 └── yarn.lock ├── tsconfig.json // ts 忽略配置 └── yarn.lock

安装教程

  1. npm i
  2. npm run build // 打包环境包
  3. npm run dev // 客户端本地运行
  4. npm run ssr // 服务端本地运行

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published