From b5c88e882255fd37826e53850e11dd1904dc7104 Mon Sep 17 00:00:00 2001 From: Mandeep Singh Date: Wed, 12 Sep 2018 16:59:01 +0530 Subject: [PATCH] :tada: initial release Signed-off-by: Mandeep Singh --- package.json | 11 +- postcss.config.js | 18 +- public/index.html | 2 +- src/App.vue | 82 +- src/assets/khurafat.png | Bin 0 -> 30100 bytes src/assets/logo.png | Bin 6849 -> 5849 bytes src/main.css | 62 + src/main.js | 4 + tailwind.js | 921 +++++++++ yarn.lock | 4267 +++------------------------------------ 10 files changed, 1329 insertions(+), 4038 deletions(-) create mode 100644 src/assets/khurafat.png create mode 100644 src/main.css create mode 100644 tailwind.js diff --git a/package.json b/package.json index baaa684..3060ab7 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,20 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "vue": "^2.5.17" + "axios": "^0.18.0", + "cache-loader": "^1.2.2", + "file-loader": "^2.0.0", + "tailwindcss": "^0.6.5", + "vue": "^2.5.17", + "vue-clipboard2": "^0.2.1", + "vue-style-loader": "^4.1.2" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.2", "@vue/cli-plugin-eslint": "^3.0.2", - "@vue/cli-service": "^3.0.2", "@vue/eslint-config-prettier": "^3.0.2", + "autoprefixer": "^9.1.5", + "url-loader": "^1.1.1", "vue-template-compiler": "^2.5.17" } } diff --git a/postcss.config.js b/postcss.config.js index 5bfb8f6..d33d022 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,17 @@ +// module.exports = { +// plugins: { +// tailwindcss: {}, +// autoprefixer: {} +// } +// }; + +let tailwindcss = require("tailwindcss"); + module.exports = { - plugins: { - autoprefixer: {} - } + plugins: [ + // ... + tailwindcss("./tailwind.js"), + require("autoprefixer") + // ... + ] }; diff --git a/public/index.html b/public/index.html index c2e782c..f965e28 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - github-emojis + Github Emojis