Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/exu3/vite-vue-tailwind-starter

barebones Vite/Vue 3 + Tailwind starter for single page applications
https://github.com/exu3/vite-vue-tailwind-starter

Last synced: 24 days ago
JSON representation

barebones Vite/Vue 3 + Tailwind starter for single page applications

Awesome Lists containing this project

README

        

# Vue 3 Starter

A basic bare bones starter for Vue projects

#### What it uses:

- Vite & Vue
- Tailwind CSS
- eslint
- yarn

#### To get started:

After cloning the repo, do the following

```shell
# install dependencies
$ yarn
# run it locally at localhost:3000
$ yarn dev
```

Fix any ESLint warnings with `yarn lint:fix`.