Skip to content

Commit

Permalink
setup tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
JustineLicuanan committed Mar 5, 2023
1 parent 44a3017 commit 8c6af6e
Show file tree
Hide file tree
Showing 9 changed files with 379 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"trailingComma": "none",
"vueIndentScriptAndStyle": true
}
"vueIndentScriptAndStyle": true,
"plugins": ["prettier-plugin-tailwindcss"]
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"tailwindcss": "^3.2.7",
"typescript": "~4.8.4",
"vite": "^4.1.4",
"vue-tsc": "^1.2.0"
Expand Down
Loading

0 comments on commit 8c6af6e

Please sign in to comment.