We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d475c5 commit 9fe6c85Copy full SHA for 9fe6c85
README.md
@@ -0,0 +1,3 @@
1
+# vue-cli-locales
2
+
3
+Localizations for @vue/cli
package.json
@@ -0,0 +1,21 @@
+{
+ "name": "vue-cli-locales",
+ "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