docs: update --template option for webpack example

This commit is contained in:
Dylan Piercey 2021-02-21 15:07:36 -07:00
parent 428317863d
commit 24f101c30b
No known key found for this signature in database
GPG Key ID: 9736AB8CA3ED17CA
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Using the CLI is still the easiest way to get started even when you want to get
[Webpack Example](https://github.com/marko-js/examples/tree/master/examples/webpack-express)
CLI Command: `npx @marko/create --template webpack`
CLI Command: `npx @marko/create --template webpack-express`
### Lasso

View File

@ -2,7 +2,7 @@
The [@marko/webpack/loader](https://github.com/marko-js/webpack) loader for [Webpack](https://webpack.github.io/) will automatically compile all imported Marko templates during bundling. In addition, it will automatically bundle any template dependencies (including required CSS).
> **ProTip**: Want to see it in action? Check out the [`marko-webpack`](https://github.com/marko-js/examples/tree/master/examples/webpack-express) demo repository. Or run `npx @marko/create --template webpack` to use this sample as a starting point for a new app.
> **ProTip**: Want to see it in action? Check out the [`marko-webpack`](https://github.com/marko-js/examples/tree/master/examples/webpack-express) demo repository. Or run `npx @marko/create --template webpack-express` to use this sample as a starting point for a new app.
## Installation