From f5e0134d9cdea901aa8c839acd574002215e0f94 Mon Sep 17 00:00:00 2001 From: Walker Leite Date: Tue, 12 Sep 2017 17:08:43 -0300 Subject: [PATCH] =?UTF-8?q?update=20docs=20#=20------------------------=20?= =?UTF-8?q?>8=20------------------------=20#=20Do=20not=20touch=20the=20li?= =?UTF-8?q?ne=20above.=20#=20Everything=20below=20will=20be=20removed.=20#?= =?UTF-8?q?=20Please=20enter=20the=20commit=20message=20for=20your=20chang?= =?UTF-8?q?es.=20Lines=20starting=20#=20with=20'#'=20will=20be=20ignored,?= =?UTF-8?q?=20and=20an=20empty=20message=20aborts=20the=20commit.=20#=20#?= =?UTF-8?q?=20No=20ramo=20master=20#=20Seu=20ramo=20est=C3=A1=20=C3=A0=20f?= =?UTF-8?q?rente=20de=20'origin/master'=20por=202=20submiss=C3=B5es.=20#?= =?UTF-8?q?=20Mudan=C3=A7as=20a=20serem=20submetidas:=20#=20#=20=09modifie?= =?UTF-8?q?d:=20=20=20meta.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.json b/meta.json index 0556069..8305b88 100644 --- a/meta.json +++ b/meta.json @@ -17,5 +17,5 @@ "label": "Author" } }, - "completeMessage": "To get started:\n\n{{^inPlace}}cd {{destDirName}}\n\n{{/inPlace}}1. Write your component in src/Component.vue\n2. Write a demo in README.md\n3. Access demo and docs with npm run serve\n4. Build with npm run build\n5. Build docs with npm run build:doc" + "completeMessage": "To get started:\n\n{{^inPlace}}cd {{destDirName}}\n\n{{/inPlace}}1. Install dependencies npm install\n2. Write your component in src/Component.vue\n3. Write a demo in README.md\n4. Access demo and docs with npm run serve\n5. Build with npm run build\n6. Build docs with npm run build:doc" }