From 422f07f489cc565d11faf8a94d1f10cc18afd319 Mon Sep 17 00:00:00 2001 From: TIGERB <624661874@qq.com> Date: Sat, 23 Jul 2016 10:06:19 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f921bd..d65a163 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ ## Learn Vue Easy > a easy sample to use vue to implement easy web + --- -## Version 0.2.3(2016/07/22) +## Version 0.2.0 (2016/07/22) > [download](https://github.com/TIGERB/easy-vue/releases/tag/v0.2.0) From cb901142c636f3c88a9397159acaec5c5d3c8e3c Mon Sep 17 00:00:00 2001 From: TIGERB Date: Wed, 31 Aug 2016 11:56:48 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d65a163..b60a3e7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ > ## How To Use ? - +* `update the variable "domain" to your domain in webpack.config.js` * `npm install` * `bower install` * `npm run test (develop environment) OR npm run build (production environment)`