https://github.com/boussadjra/vue3-tailwind2
Vue 3 with tailwindcss 2 template
https://github.com/boussadjra/vue3-tailwind2
tailwindcss tailwindcss2 typescript vue3-tailwind2 vuejs vuejs3
Last synced: about 2 months ago
JSON representation
Vue 3 with tailwindcss 2 template
- Host: GitHub
- URL: https://github.com/boussadjra/vue3-tailwind2
- Owner: boussadjra
- Created: 2020-11-21T21:49:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T07:25:48.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T19:13:23.279Z (about 2 months ago)
- Topics: tailwindcss, tailwindcss2, typescript, vue3-tailwind2, vuejs, vuejs3
- Language: TypeScript
- Homepage: https://vuewind.netlify.app
- Size: 3.42 MB
- Stars: 80
- Watchers: 5
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-tailwind2
This template is built using [Vue.js 3](https://v3.vuejs.org/) + [TypeScript](https://www.typescriptlang.org/) + [Tailwind CSS 2](https://tailwindcss.com/)+ [@carbon/icons](https://www.npmjs.com/package/@carbon/icons), it serves as starter for new projects and it contains some basic components to get started, It configured using the Vue ecosystem (Vue-router + Vuex)
## Usage
clone this project by running
git clone https://github.com/boussadjra/vue3-tailwind2.git
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).