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