Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/running-grass/template-extensions
浏览器插件模板
https://github.com/running-grass/template-extensions
Last synced: 7 days ago
JSON representation
浏览器插件模板
- Host: GitHub
- URL: https://github.com/running-grass/template-extensions
- Owner: running-grass
- Created: 2022-06-04T07:07:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T05:37:43.000Z (over 2 years ago)
- Last Synced: 2024-12-29T23:34:47.354Z (12 days ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# template-react
> 自己的项目模板,基于esbuild进行编译
## 目前支持的特性
1. 使用esbuild进行构建
2. 支持jsx,ts, tsx的编译
3. 支持很好的tree sharking
4. 支持自定义HTML模板
## 接下来要支持的
1. 引入Router,建立一个最简化的demo
2. 支持开发模式和部署模式
## 后期分支陆续支持的1. 引入测试框架
2. 支持graphql
3. 试试swc的构建方式