Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentdoerig/vue3-typescript-tailwind-starter
A simple Vue 3, TypeScript & Tailwind CSS starter using vite
https://github.com/vincentdoerig/vue3-typescript-tailwind-starter
tailwindcss typescript vite vue
Last synced: about 2 months ago
JSON representation
A simple Vue 3, TypeScript & Tailwind CSS starter using vite
- Host: GitHub
- URL: https://github.com/vincentdoerig/vue3-typescript-tailwind-starter
- Owner: vincentdoerig
- License: mit
- Created: 2020-11-02T21:41:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T18:16:30.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T21:07:08.866Z (2 months ago)
- Topics: tailwindcss, typescript, vite, vue
- Language: Vue
- Homepage: https://vue3-typescript-tailwind-starter.vercel.app/
- Size: 336 KB
- Stars: 39
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vue 3, TypeScript & Tailwind CSS Starter
> A simple, Vue 3 starter with TypeScript support
[Demo/Installation](https://vue3-typescript-tailwind-starter.vercel.app/)
## Features
- Vue 3
- TypeScript
- Tailwind CSS
- Simple store with global state
- Vue Router
- ESLint## Project setup and usage
Install dependencies:
```
npm install
```Run development server:
```
npm run dev
```Build for produciton:
```
npm run build
```Run ESLint:
```
npm run lint
```Lint and fix:
```
npm run lint:fix
```## Contributing
Contributions, feedback and issues are welcome. Feel free to fork, comment, critique, or submit a pull request.
## Acknowledgements
This repo was adapted from [Unihen](https://twitter.com/uninen)'s [vite-ts-tailwind-starter](https://github.com/Uninen/vite-ts-tailwind-starter) project.
## License
This project is open source and available under the [MIT License](LICENSE).
---
Follow [@vincentdoerig](https://twitter.com/vincentdoerig) on Twitter.