Skip to content

Commit 9fe6c85

Browse files
committed
add package.json/README.md
1 parent 7d475c5 commit 9fe6c85

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# vue-cli-locales
2+
3+
Localizations for @vue/cli

package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "vue-cli-locales",
3+
"version": "3.0.0-rc.4",
4+
"description": "Localizations for @vue/cli",
5+
"unpkg": "./locales",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/caugner/vue-cli-locales.git"
9+
},
10+
"keywords": [
11+
"vuejs",
12+
"vue-cli",
13+
"locale"
14+
],
15+
"author": "Claas Augner",
16+
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/caugner/vue-cli-locales/issues"
19+
},
20+
"homepage": "https://github.com/caugner/vue-cli-locales#readme"
21+
}

0 commit comments

Comments
 (0)