You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2019. It is now read-only.
# ------------------------ >8 ------------------------
# Do not touch the line above.
# Everything below will be removed.
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# No ramo master
# Seu ramo está à frente de 'origin/master' por 2 submissões.
# Mudanças a serem submetidas:
#
# modified: meta.json
Copy file name to clipboardExpand all lines: meta.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,5 +17,5 @@
17
17
"label": "Author"
18
18
}
19
19
},
20
-
"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"
20
+
"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"
0 commit comments