From aade2cdeecf12ffbd41d35d99c6821a043c1a632 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Sat, 29 Aug 2020 09:50:52 +0200 Subject: [PATCH 1/3] doc: update v1 doc link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 332418c1..213572ae 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This template allows you to quickly start a web extension containing: ## Documentation -The documentation can be found on [vue-web-extension.netlify.app](https://vue-web-extension.netlify.app/). Please check the documentation website and the [open and closed issues](https://github.com/Kocal/vue-web-extension/issues?q=), before raising a new issue. +The documentation can be found on [v1-vue-web-extension.netlify.app](https://v1-vue-web-extension.netlify.app/). Please check the documentation website and the [open and closed issues](https://github.com/Kocal/vue-web-extension/issues?q=), before raising a new issue. ## Usage From b3b82cb59215e7ac61307205fb622e56bfa00721 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Sun, 30 Aug 2020 03:33:35 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 213572ae..2d6eaffe 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The documentation can be found on [v1-vue-web-extension.netlify.app](https://v1- ## Usage ```bash -$ vue init kocal/vue-web-extension my-extension +$ vue init kocal/vue-web-extension#v1 my-extension $ cd my-extension $ npm install $ npm run build From 85f41537aef6785bd4f3e081c4699440fbb7e7ac Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Sun, 30 Aug 2020 03:33:45 +0200 Subject: [PATCH 3/3] Update setup.md --- docs/intro/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/setup.md b/docs/intro/setup.md index 09c605fc..82952823 100644 --- a/docs/intro/setup.md +++ b/docs/intro/setup.md @@ -5,7 +5,7 @@ Starting a new extension project using the boilerplate is done using [Vue CLI 2] To initiate a new extension project run the following steps: ``` bash -vue init kocal/vue-web-extension my-extension +vue init kocal/vue-web-extension#v1 my-extension cd my-extension npm install npm run build