From d0eb50839c26276b8831ec38485d519970a55a18 Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 11 Sep 2018 16:21:25 +0200 Subject: [PATCH] build(app): deploy to production --- .eslintrc.js | 10 +++--- README.md | 5 ++- components/BaseCheatsheet.vue | 2 +- components/TheGithubButtons.vue | 2 +- components/TheGithubCorner.vue | 9 ++++-- dist/200.html | 4 +-- dist/_nuxt/app.68ccdf12596f6d7555af.js | 1 - .../layouts/default.df65f5a6d2c0060e08b2.js | 1 - dist/_nuxt/manifest.1e6731a8fd26d3c84369.js | 1 - .../_nuxt/pages/index.430801ae0cde961916c3.js | 1 - dist/index.html | 6 ++-- layouts/default.vue | 31 ++++++++++--------- nuxt.config.js | 2 +- pages/README.md | 8 ----- 14 files changed, 37 insertions(+), 46 deletions(-) delete mode 100644 dist/_nuxt/app.68ccdf12596f6d7555af.js delete mode 100644 dist/_nuxt/layouts/default.df65f5a6d2c0060e08b2.js delete mode 100644 dist/_nuxt/manifest.1e6731a8fd26d3c84369.js delete mode 100644 dist/_nuxt/pages/index.430801ae0cde961916c3.js delete mode 100644 pages/README.md diff --git a/.eslintrc.js b/.eslintrc.js index f807de9..af583ba 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -5,17 +5,15 @@ module.exports = { node: true }, parserOptions: { - parser: 'babel-eslint' + parser: "babel-eslint" }, extends: [ // https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention // consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules. - 'plugin:vue/essential' + "plugin:vue/essential" ], // required to lint *.vue files - plugins: [ - 'vue' - ], + plugins: ["vue"], // add your custom rules here rules: {} -} +}; diff --git a/README.md b/README.md index 4ef8825..5b0e6d0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# awesome-cheatsheets +# Awesome Cheatsheets > Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. ## Build Setup -``` bash +```bash # install dependencies $ npm install # Or yarn install @@ -20,4 +20,3 @@ $ npm run generate ``` For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js). - diff --git a/components/BaseCheatsheet.vue b/components/BaseCheatsheet.vue index 7419cb2..b6b3291 100644 --- a/components/BaseCheatsheet.vue +++ b/components/BaseCheatsheet.vue @@ -58,7 +58,7 @@ export default { baseUrl: process.env.baseUrl, // --> COMPONENTS <-- - networks: ["Facebook", "Telegram", "Twitter", "LinkedIn"] + networks: ["Facebook", "Twitter", "LinkedIn", "Telegram"] }; }, diff --git a/components/TheGithubButtons.vue b/components/TheGithubButtons.vue index 6964e4e..7ef12fd 100644 --- a/components/TheGithubButtons.vue +++ b/components/TheGithubButtons.vue @@ -103,9 +103,9 @@ $c: ".c-the-github-buttons"; #{$c} { display: flex; justify-content: center; - margin-bottom: 0; #{$c}__wrapper { + margin-bottom: 0; width: initial; } } diff --git a/components/TheGithubCorner.vue b/components/TheGithubCorner.vue index 2eb27e5..999e5ee 100644 --- a/components/TheGithubCorner.vue +++ b/components/TheGithubCorner.vue @@ -3,7 +3,7 @@ ************************************************************************* -->