Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dimaslz/vue3-tailwind-typescript
- Owner: dimaslz
- Created: 2020-09-22T10:47:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T10:30:58.000Z (12 months ago)
- Last Synced: 2024-11-04T01:42:19.365Z (about 2 months ago)
- Topics: frontend, tailwindcss, typescript, vue3
- Language: Vue
- Homepage: https://vue3-tailwind-typescript.vercel.app
- Size: 749 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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-typescriptFeel 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/).