An open API service indexing awesome lists of open source software.

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

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/).