Skip to content

Commit

Permalink
new ts
Browse files Browse the repository at this point in the history
  • Loading branch information
idmytro committed Feb 4, 2024
1 parent 666cf1e commit f54adc9
Show file tree
Hide file tree
Showing 19 changed files with 3,691 additions and 496 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions _ts-official/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# ts-official

```
npx degit idmytro/vue3-multi-starter/_ts-official myproject
```
2 changes: 1 addition & 1 deletion ts/index.html → _ts-official/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
12 changes: 6 additions & 6 deletions ts/package.json → _ts-official/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ts",
"name": "ts-official",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.47"
"vue": "^3.3.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vue-tsc": "^1.2.0"
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vue-tsc": "^1.8.25"
}
}
Loading

0 comments on commit f54adc9

Please sign in to comment.