Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ali322/vite-vue-starter
- Owner: ali322
- Created: 2022-11-09T03:37:35.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T06:26:47.000Z (over 1 year ago)
- Last Synced: 2024-10-11T09:14:42.240Z (about 1 month ago)
- Language: TypeScript
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.