Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctime-zliang/webpack-initbase
Webpack Test Project
https://github.com/ctime-zliang/webpack-initbase
babel7 esbuild-loader jest puppeteer typescript webpack
Last synced: 9 days ago
JSON representation
Webpack Test Project
- Host: GitHub
- URL: https://github.com/ctime-zliang/webpack-initbase
- Owner: ctime-zliang
- Created: 2021-08-25T14:10:44.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T02:25:34.000Z (9 months ago)
- Last Synced: 2024-02-23T04:28:04.477Z (9 months ago)
- Topics: babel7, esbuild-loader, jest, puppeteer, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-initbase
一个用于测试 webpack 的测试项目
> 基于 Windows 平台的构建、开发和测试,因此可能在别的平台上还存在一些问题
>
> Windows: 推荐 Windows 10 及以上版本
>
> **该项目仅为笔者学习参考使用**#### fetch
```
git clone https://github.com/ctime-zliang/webpack-initbase
```#### usage
```
// 具体以 package.json 中定义的命令为准// 运行 webpack
npm run webpack:*
```