Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9bc76a1

Browse files
author
kevin
committed
feat: update package.json
1 parent2afa184 commit9bc76a1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

‎index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metacharset="UTF-8"/>
55
<linkrel="icon"href="/favicon.ico"/>
66
<metaname="viewport"content="width=device-width, initial-scale=1.0"/>
7-
<title>ViteApp</title>
7+
<title>Vue3ViteTailwindcss Template</title>
88
</head>
99
<body>
1010
<divid="app"></div>

‎package.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
22
"name":"vue3-vite-js-template",
33
"private":true,
4-
"version":"0.0.0",
4+
"version":"0.0.1",
5+
"author": {
6+
"name":"coderminer",
7+
"url":"https://github.com/coderminer"
8+
},
9+
"license":"MIT",
10+
"keywords": [
11+
"vue3",
12+
"vite",
13+
"tailwindcss",
14+
"axios",
15+
"template"
16+
],
517
"scripts": {
618
"dev":"vite",
719
"build":"vite build",
@@ -39,4 +51,4 @@
3951
"prettier --write"
4052
]
4153
}
42-
}
54+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp