https://github.com/noxware/vue3-tailwind3-vuecli
https://github.com/noxware/vue3-tailwind3-vuecli
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noxware/vue3-tailwind3-vuecli
- Owner: noxware
- Created: 2021-12-23T13:08:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T13:45:28.000Z (over 4 years ago)
- Last Synced: 2025-10-04T17:48:59.003Z (9 months ago)
- Language: Vue
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3 + Tailwind 3 + Vue CLI
## Description
Generated with `@vue/cli@next` which support PostCSS 8 (which is required by Tailwind 3).
No Vite required! 🥳
You can keep using the Vue CLI you know!
> Note: This repo includes Tauri for running the project as a desktop app. It's probably unnecessary for you.
## Making the same from scratch
Just uninstall your global `@vue/cli` and run `npm install -g @vue/cli@next` to install the beta version.
Then generate a **Vue 3** project as you like.
Then follow the [Tailwind 3 installation guide using PostCSS](https://tailwindcss.com/docs/installation/using-postcss). Don't forget to include your `*.vue` files in `tailwind.config.js`.
> The Tauri Vue CLI plugin can be added following its [instructions](https://github.com/tauri-apps/vue-cli-plugin-tauri) without any problem.