diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e636463 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +indent_style = space +indent_size = 4 + +[*.vue] +indent_size = 2 + +[*.coffee] +indent_size = 2 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 185e663..c77ca9d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,7 @@ yarn-error.log* *.njsproj *.sln *.sw* + +# Archivos de desarrollo del servidor +/srv/*/**.js +/srv/*/**.js.map \ No newline at end of file diff --git a/package.json b/package.json index 3a26287..258ea19 100644 --- a/package.json +++ b/package.json @@ -4,20 +4,29 @@ "private": true, "scripts": { "serve": "vue-cli-service serve", - "build": "vue-cli-service build" + "build": "vue-cli-service build", + "express": "vue-cli-service express:watch", + "express:run": "vue-cli-service express:run" }, "dependencies": { + "mysql": "^2.16.0", "register-service-worker": "^1.6.2", "vue": "^2.6.6", "vue-router": "^3.0.1", - "vuex": "^3.0.1" + "vuex": "^3.0.1", + "yaml": "^1.4.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.5", "@vue/cli-plugin-pwa": "^3.0.5", "@vue/cli-service": "^3.0.5", + "coffee-loader": "^0.9.0", + "coffeescript": "^2.3.2", "node-sass": "^4.9.0", + "pug": "^2.0.3", + "pug-plain-loader": "^1.0.0", "sass-loader": "^7.1.0", + "vue-cli-plugin-express": "^1.0.0", "vue-template-compiler": "^2.5.21" }, "postcss": { diff --git a/public/img/a/BananaFish.webp b/public/img/a/BananaFish.webp new file mode 100644 index 0000000..eb13f72 Binary files /dev/null and b/public/img/a/BananaFish.webp differ diff --git a/public/img/a/FairyGone.webp b/public/img/a/FairyGone.webp new file mode 100644 index 0000000..5d4bd3b Binary files /dev/null and b/public/img/a/FairyGone.webp differ diff --git a/public/img/a/FlipFlappers.webp b/public/img/a/FlipFlappers.webp new file mode 100644 index 0000000..cd08a71 Binary files /dev/null and b/public/img/a/FlipFlappers.webp differ diff --git a/public/img/a/FruitsBasket.webp b/public/img/a/FruitsBasket.webp new file mode 100644 index 0000000..603fb37 Binary files /dev/null and b/public/img/a/FruitsBasket.webp differ diff --git a/public/img/a/GobSlayer.webp b/public/img/a/GobSlayer.webp new file mode 100644 index 0000000..1359ce0 Binary files /dev/null and b/public/img/a/GobSlayer.webp differ diff --git a/public/img/a/Inuyashiki.webp b/public/img/a/Inuyashiki.webp new file mode 100644 index 0000000..98e97a5 Binary files /dev/null and b/public/img/a/Inuyashiki.webp differ diff --git a/public/img/a/Irozukai.webp b/public/img/a/Irozukai.webp new file mode 100644 index 0000000..464b83d Binary files /dev/null and b/public/img/a/Irozukai.webp differ diff --git a/public/img/a/JustBecause.webp b/public/img/a/JustBecause.webp new file mode 100644 index 0000000..771ba7e Binary files /dev/null and b/public/img/a/JustBecause.webp differ diff --git a/public/img/a/Kakegurui.webp b/public/img/a/Kakegurui.webp new file mode 100644 index 0000000..9dbde8b Binary files /dev/null and b/public/img/a/Kakegurui.webp differ diff --git a/public/img/a/KakeguruiXx.webp b/public/img/a/KakeguruiXx.webp new file mode 100644 index 0000000..e3153ba Binary files /dev/null and b/public/img/a/KakeguruiXx.webp differ diff --git a/public/img/a/KekkaiSensen2.webp b/public/img/a/KekkaiSensen2.webp new file mode 100644 index 0000000..e0ba22b Binary files /dev/null and b/public/img/a/KekkaiSensen2.webp differ diff --git a/public/img/a/MSSite.webp b/public/img/a/MSSite.webp new file mode 100644 index 0000000..3674a9b Binary files /dev/null and b/public/img/a/MSSite.webp differ diff --git a/public/img/a/Overlord3.webp b/public/img/a/Overlord3.webp new file mode 100644 index 0000000..250c4be Binary files /dev/null and b/public/img/a/Overlord3.webp differ diff --git a/public/img/a/ReCreators.webp b/public/img/a/ReCreators.webp new file mode 100644 index 0000000..a421d4b Binary files /dev/null and b/public/img/a/ReCreators.webp differ diff --git a/public/img/a/SG0.webp b/public/img/a/SG0.webp new file mode 100644 index 0000000..0ed7b11 Binary files /dev/null and b/public/img/a/SG0.webp differ diff --git a/public/img/a/SnS3-2.webp b/public/img/a/SnS3-2.webp new file mode 100644 index 0000000..bfb8ff2 Binary files /dev/null and b/public/img/a/SnS3-2.webp differ diff --git a/public/img/a/SnS3.webp b/public/img/a/SnS3.webp new file mode 100644 index 0000000..d579cc2 Binary files /dev/null and b/public/img/a/SnS3.webp differ diff --git a/public/img/a/VioletEvergarden.webp b/public/img/a/VioletEvergarden.webp new file mode 100644 index 0000000..fe0beb7 Binary files /dev/null and b/public/img/a/VioletEvergarden.webp differ diff --git a/public/img/a/Wotakoi.webp b/public/img/a/Wotakoi.webp new file mode 100644 index 0000000..d1aa6e6 Binary files /dev/null and b/public/img/a/Wotakoi.webp differ diff --git a/public/img/a/yakusoku-no-neverland.webp b/public/img/a/yakusoku-no-neverland.webp new file mode 100644 index 0000000..e52cb6c Binary files /dev/null and b/public/img/a/yakusoku-no-neverland.webp differ diff --git a/public/img/github.svg b/public/img/github.svg new file mode 100644 index 0000000..86064ac --- /dev/null +++ b/public/img/github.svg @@ -0,0 +1,27 @@ + + + + + + diff --git a/public/img/githubOsc.svg b/public/img/githubOsc.svg new file mode 100644 index 0000000..7f436ea --- /dev/null +++ b/public/img/githubOsc.svg @@ -0,0 +1,27 @@ + + + + + + diff --git a/public/index.html b/public/index.html index 5bb8c95..e3db02c 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,19 @@ - - + + - pseudosubs5 - - - -
- - + + PseudoSubs + + + +
+ + diff --git a/src/App.vue b/src/App.vue index f300d4b..4ea53ec 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,29 +1,72 @@ -