Skip to content

Commit b452224

Browse files
committed
updates
1 parent ced4a89 commit b452224

File tree

5 files changed

+5
-48
lines changed

5 files changed

+5
-48
lines changed

.github/workflows/.gitkeep

Whitespace-only changes.

.github/workflows/azure-static-web-apps-gray-smoke-0038b9700.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :zap: Vite Vue I18n Starter
22

3-
:warning: *EXPERIMENTAL* Starter for [Vite](https://github.com/vuejs/vite) + [vue-i18n-next](https://github.com/intlify/vue-i18n-next) + [TypeScript](https://www.typescriptlang.org/)
3+
Starter for [Vite](https://github.com/vuejs/vite) + [vue-i18n-next](https://github.com/intlify/vue-i18n-next) + [TypeScript](https://www.typescriptlang.org/)
44

55
## :cd: Installation
66

@@ -10,7 +10,7 @@
1010
4. open http://localhost:3000 in your browser
1111

1212
## :lollipop: Demo
13-
https://gray-smoke-0038b9700.azurestaticapps.net/
13+
https://wonderful-curran-765ceb.netlify.app
1414

1515
## `<i18n>` custom blocks support langs
1616
- json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"devDependencies": {
99
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.16",
10-
"@vitejs/plugin-vue": "^1.0.4",
10+
"@vitejs/plugin-vue": "^1.1.4",
1111
"@vue/compiler-sfc": "^3.0.5",
1212
"typescript": "^4.1.3",
1313
"vite": "^2.0.0-beta.65"
@@ -16,6 +16,6 @@
1616
"scripts": {
1717
"build": "vite build",
1818
"dev": "vite",
19-
"preview": "vite preview"
19+
"serve": "vite preview"
2020
}
2121
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
estree-walker "^2.0.1"
160160
picomatch "^2.2.2"
161161

162-
"@vitejs/plugin-vue@^1.0.4":
162+
"@vitejs/plugin-vue@^1.1.4":
163163
version "1.1.4"
164164
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.1.4.tgz#1dd388519b75439b7733601b55238ca691864796"
165165
integrity sha512-cUDILd++9jdhdjpuhgJofQqOabOKe+kTWTE2HQY2PBHEUO2fgwTurLE0cJg9UcIo1x4lHfsp+59S9TBCHgTZkw==

0 commit comments

Comments
 (0)