Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/systemlight/t-webpack5
:lock: :package: Engineering front end project template based on webpack5.
https://github.com/systemlight/t-webpack5
react react-ts template vue vue-ts webpack5
Last synced: 2 days ago
JSON representation
:lock: :package: Engineering front end project template based on webpack5.
- Host: GitHub
- URL: https://github.com/systemlight/t-webpack5
- Owner: SystemLight
- License: mit
- Created: 2022-07-02T06:28:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T13:01:11.000Z (4 days ago)
- Last Synced: 2024-11-11T14:18:31.033Z (4 days ago)
- Topics: react, react-ts, template, vue, vue-ts, webpack5
- Language: JavaScript
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# T-webpack5
> Front end development template based on webpack5.
## Issue
- macOS下husky不执行?
> 设置权限使用 `chmod 777 .husky/*`
windows环境powershell下pnpm不执行问题?
> 管理员模式打开powershell运行如下命令
```shell
Set-ExecutionPolicy RemoteSigned
```