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

Commita0ffd9b

Browse files
committed
migrating to Vite
1 parent019fcf1 commita0ffd9b

File tree

14 files changed

+1205
-110
lines changed

14 files changed

+1205
-110
lines changed

‎.gitignore‎

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1-
.DS_Store
2-
/node_modules
3-
/dist
4-
5-
# local env files
6-
.env.local
7-
.env.*.local
8-
9-
# Log files
1+
# Logs
2+
logs
3+
*.log
104
npm-debug.log*
115
yarn-debug.log*
126
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
.DS_Store
12+
dist
13+
dist-ssr
14+
*.local
15+
16+
/cypress/videos/
17+
/cypress/screenshots/
1318

1419
# Editor directories and files
15-
.idea
1620
.vscode
21+
!.vscode/extensions.json
22+
.idea
1723
*.suo
1824
*.ntvs*
1925
*.njsproj
2026
*.sln
2127
*.sw?
22-
/package-lock.json

‎LICENSE‎

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

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ For details on how to integrate WebDataRocks into existing Vue projects, check o
2929

3030
##Support
3131

32-
For WebDataRocks-related questions, bug reports and features requests, please[create an issue on our GitHub](https://github.com/WebDataRocks/web-pivot-table/issues).
32+
For WebDataRocks-related questions, bug reports, and features requests, please[create an issue on our GitHub](https://github.com/WebDataRocks/web-pivot-table/issues).

‎babel.config.js‎

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

‎index.html‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<htmllang="en">
3+
<head>
4+
<metacharset="UTF-8"/>
5+
<linkrel="icon"href="/favicon.ico"/>
6+
<metaname="viewport"content="width=device-width, initial-scale=1.0"/>
7+
<title>Vite App</title>
8+
</head>
9+
<body>
10+
<divid="app"></div>
11+
<scripttype="module"src="/src/main.js"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp