Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/exu3/vite-vue-tailwind-starter
- Owner: exu3
- Created: 2021-06-21T15:46:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T15:59:10.000Z (over 3 years ago)
- Last Synced: 2024-10-27T23:48:19.717Z (2 months ago)
- Language: Vue
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.