diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-10-07 12:37:48 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-10-07 12:37:48 +1100 |
| commit | 1c69c4abf6e54ccab886c23cd6e691179ce6f076 (patch) | |
| tree | dfc4652254184d17ec05ead55bdc5ee5c04376bc /postcss.config.js | |
| parent | 141f310d87f4fd7c3a4c728bf278c10fadc19606 (diff) | |
Install client side tools
Install and configure Vite, Vue, Tailwind, Pinia, Typescript, and ESLint
Add basic framework files (index.html, App.vue, main.ts, etc)
Update READMEs
Add favicon, font, and LICENCE.txt
Diffstat (limited to 'postcss.config.js')
| -rw-r--r-- | postcss.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..33ad091 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} |
