Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ali322/vite-vue-starter

frontend project starter
https://github.com/ali322/vite-vue-starter

Last synced: 10 days ago
JSON representation

frontend project starter

Awesome Lists containing this project

README

        

# Vue 3 + Vite + Tailwind + Vue Router + Pinia + DaisyUI

This template should help get you started developing with Vue 3, Tailwind CSS, Vue Router, Vuex with Typescript on Vite.

![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Vue.js](https://img.shields.io/badge/vuejs-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D)
![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white)
![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white)

# Setup

Change `project-name` in `package.json` to your **PROJECT NAME**.

Then, Install and Run.

### For NPM

```
npm install
npm run dev
```

### For YARN

```
yarn
yarn dev
```

Ta-Da! Done.