Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```