mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
docs: update --template option for webpack example
This commit is contained in:
parent
428317863d
commit
24f101c30b
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user