Skip to content

Commit 0a52ed4

Browse files
committed
Replace legacy code base with Vue rewrite
1 parent 9439d39 commit 0a52ed4

Some content is hidden

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

56 files changed

+30876
-43983
lines changed
File renamed without changes.
File renamed without changes.

.eslintignore

-1
This file was deleted.
File renamed without changes.

.eslintrc.yml

-11
This file was deleted.

.gitignore

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
/node_modules/
1+
.DS_Store
2+
node_modules
3+
/dist
24

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?
File renamed without changes.

.stylelintrc.json

-3
This file was deleted.

vue/LICENSE renamed to LICENSE

File renamed without changes.

vue/README.md renamed to README.md

File renamed without changes.
File renamed without changes.

css/style.css

-341
This file was deleted.

img/logo_og.png

-50.4 KB
Binary file not shown.

img/logo_twitter.png

-59.8 KB
Binary file not shown.

img/screenshot_browser.png

-171 KB
Binary file not shown.

img/screenshot_terminal.png

-11.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)