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

https://github.com/zantier/webpack-starter


https://github.com/zantier/webpack-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Webpack Starter

Create a new minimal webpack project. Mustache template files in `/template` are rendered to `/dist`, using the given command-line options.

### Initialize

```
pnpm i
```

### Run

```
pnpm start [options]
```

Options:
```
--help Show help [boolean]
--version Show version number [boolean]
--name Name of the project [string] [default: "myapp"]
--css_modules Use CSS modules [boolean] [default: false]
--preact Use preact [boolean] [default: false]
--react Use react [boolean] [default: false]
--typescript Use typescript, rather than javascript
[boolean] [default: false]
```