Skip to content

Commit 3b64be6

Browse files
committed
[TASK] Add basic vite configuration
1 parent 0ed2ec9 commit 3b64be6

File tree

7 files changed

+784
-1
lines changed

7 files changed

+784
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
vendor
1+
vendor
2+
node_modules

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Documentation</title>
5+
</head>
6+
7+
<body>
8+
A test file with dummy content.
9+
HTML.
10+
Browserreload.
11+
</body>
12+
</html>

Documentation/Index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
A testfile.
2+
With changes.
3+
With changes again... to rst .....
4+
..

0 commit comments

Comments
 (0)