https://github.com/zantier/webpack-starter
https://github.com/zantier/webpack-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zantier/webpack-starter
- Owner: Zantier
- Created: 2022-11-27T06:29:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T00:53:58.000Z (over 2 years ago)
- Last Synced: 2025-02-03T13:45:48.859Z (4 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```