Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yacosta738/vue3-vite-typescript-tailwind-starter
Simple, opinionated, fully typed, and production-ready project template for Vite.
https://github.com/yacosta738/vue3-vite-typescript-tailwind-starter
tailwind tailwind-css tailwindcss template typescript vite vue vue3
Last synced: 11 days ago
JSON representation
Simple, opinionated, fully typed, and production-ready project template for Vite.
- Host: GitHub
- URL: https://github.com/yacosta738/vue3-vite-typescript-tailwind-starter
- Owner: yacosta738
- License: mit
- Created: 2021-10-21T12:08:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T09:00:04.000Z (over 1 year ago)
- Last Synced: 2024-10-10T16:41:49.041Z (28 days ago)
- Topics: tailwind, tailwind-css, tailwindcss, template, typescript, vite, vue, vue3
- Language: Vue
- Homepage: https://vue3-vite-typescript-tailwind-starter.vercel.app
- Size: 475 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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.
## License
This project is open source and available under the [MIT License](LICENSE).
---
Follow [@yacosta738](https://twitter.com/yacosta738) on Twitter.