Skip to content

Commit 9b0eaf5

Browse files
committed
start
1 parent 115f948 commit 9b0eaf5

File tree

183 files changed

+20426
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+20426
-79
lines changed

.gitignore

+23-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
nweb
1+
.DS_Store
2+
node_modules
3+
/dist
4+
5+
6+
# local env files
7+
.env.local
8+
.env.*.local
9+
10+
# Log files
11+
npm-debug.log*
12+
yarn-debug.log*
13+
yarn-error.log*
14+
pnpm-debug.log*
15+
16+
# Editor directories and files
17+
.idea
18+
.vscode
19+
*.suo
20+
*.ntvs*
21+
*.njsproj
22+
*.sln
23+
*.sw?

README.md

+24
-6 KB
Binary file not shown.

babel.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
presets: [
3+
'@vue/cli-plugin-babel/preset'
4+
]
5+
}

browserconfig.xml

-9
This file was deleted.

jsconfig.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es5",
4+
"module": "esnext",
5+
"baseUrl": "./",
6+
"moduleResolution": "node",
7+
"paths": {
8+
"@/*": [
9+
"src/*"
10+
]
11+
},
12+
"lib": [
13+
"esnext",
14+
"dom",
15+
"dom.iterable",
16+
"scripthost"
17+
]
18+
}
19+
}

CNAME old/CNAME

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

index.html old/index.html

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

vfs/Retro.ttf old/vfs/Retro.ttf

File renamed without changes.
File renamed without changes.

vfs/arrows.svg old/vfs/arrows.svg

File renamed without changes.
File renamed without changes.
File renamed without changes.

vfs/convert.sh old/vfs/convert.sh

File renamed without changes.
File renamed without changes.

vfs/holly.png old/vfs/holly.png

File renamed without changes.

vfs/holly.svg old/vfs/holly.svg

File renamed without changes.
File renamed without changes.

vfs/plain.svg old/vfs/plain.svg

File renamed without changes.

vfs/star.png old/vfs/star.png

File renamed without changes.

vfs/star.svg old/vfs/star.svg

File renamed without changes.

0 commit comments

Comments
 (0)