Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.