From 93d678f119c000c97b6ec79cd443fd60738b543e Mon Sep 17 00:00:00 2001 From: Alex Benoit Date: Tue, 12 Dec 2017 12:34:45 +0000 Subject: [PATCH] added full webpack template reference (#162) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2f06e13b..b6d00c144 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # webpack-simple -> A simple Vue 2.0 Webpack & `vue-loader` setup for quick prototyping. Note this template is not suitable for production - for that you may want to wait for an official 2.0 webpack template. +> A simple Vue 2.0 Webpack & `vue-loader` setup for quick prototyping. Note this template is not suitable for production - for that you may want to use the [full webpack template](https://github.com/vuejs-templates/webpack). > This template is Vue 2.0 compatible. For Vue 1.x use this command: `vue init webpack-simple#1.0 my-project`