Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dimaslz/vue3-tailwind-typescript

Vue 3 + TypeScript + TailwindCSS
https://github.com/dimaslz/vue3-tailwind-typescript

frontend tailwindcss typescript vue3

Last synced: 5 days ago
JSON representation

Vue 3 + TypeScript + TailwindCSS

Awesome Lists containing this project

README

        

# vue3 + typescript + tailwindcss + sass

(WIP) A template project for my work.
Live demo: https://vue3-tailwind-typescript.vercel.app
Test the project in live: https://githubbox.com/dimaslz/vue3-tailwind-typescript

Feel free to fork, I hope to help you :)

## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn serve
```

### Compiles and minifies for production

```
yarn build
```

### Run your unit tests

```
yarn test:unit
```

### Run your end-to-end tests

```
yarn test:e2e
```

### Lints and fixes files

```
yarn lint
```

### TODO

- [x] Add TailwindCSS configuration
- [ ] Add custom UI demo
- [ ] Add multiple examples (store, views, transitions, routers)

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).