From 827fe7021a885f752543feb186e118439faa961a Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Sun, 20 Sep 2020 02:38:36 +0900 Subject: [PATCH] fix: change to modern bundler --- src/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/installation.md b/src/guide/installation.md index e48c342023..f2d7fcac97 100644 --- a/src/guide/installation.md +++ b/src/guide/installation.md @@ -30,7 +30,7 @@ For production, we recommend linking to a specific version number and build to a ## NPM -NPM is the recommended installation method when building large scale applications with Vue. It pairs nicely with module bundlers such as [Webpack](https://webpack.js.org/) or [Browserify](http://browserify.org/). Vue also provides accompanying tools for authoring [Single File Components](../guide/single-file-component.html). +NPM is the recommended installation method when building large scale applications with Vue. It pairs nicely with module bundlers such as [Webpack](https://webpack.js.org/) or [Rollup](https://rollupjs.org/). Vue also provides accompanying tools for authoring [Single File Components](../guide/single-file-component.html). ```bash # latest stable