Meggie  Flatley

Meggie Flatley

1656507600

Vite Vanilla Tailwind V3: Starter Template for Tailwindcss

template-vite-js-tailwind-v3

  • template of: vite + vanilaJS
  • tailwindcss: v3.x

Started

yarn
# or `npm install`

Develop

yarn dev
# or `npm run dev`

Build

yarn build
# or `npm run build`

Author: huibizhang
Source code: https://github.com/huibizhang/template-vite-vanilla-tailwind-v3
License:
 

#vite #vitejs 

What is GEEK

Buddha Community

Vite Vanilla Tailwind V3: Starter Template for Tailwindcss
Vida  Herzog

Vida Herzog

1656547200

Vite React Tailwind V3: Starter Template for React + TailwindCSS

template-vite-react-tailwind-v3

  • template of: vite + react
  • tailwindcss: v3.x

Started

yarn
# or `npm install`

Develop

yarn dev
# or `npm run dev`

Build

yarn build
# or `npm run build`

Author: huibizhang
Source code: https://github.com/huibizhang/template-vite-react-tailwind-v3
License:

#react #vite #tailwindcss 

Meggie  Flatley

Meggie Flatley

1656860400

Vite Vue Tailwind V3: Starter Template for Vue3 + TailwindCSS

template-vite-vue-tailwind-v3

  • template of: vite + vue
  • tailwindcss: v3.x

Started

yarn
# or `npm install`

Develop

yarn dev
# or `npm run dev`

Build

yarn build
# or `npm run build`

Author: huibizhang
Source code: https://github.com/huibizhang/template-vite-vue-tailwind-v3
License:

#vue #vite #tailwindcss 

Meggie  Flatley

Meggie Flatley

1656507600

Vite Vanilla Tailwind V3: Starter Template for Tailwindcss

template-vite-js-tailwind-v3

  • template of: vite + vanilaJS
  • tailwindcss: v3.x

Started

yarn
# or `npm install`

Develop

yarn dev
# or `npm run dev`

Build

yarn build
# or `npm run build`

Author: huibizhang
Source code: https://github.com/huibizhang/template-vite-vanilla-tailwind-v3
License:
 

#vite #vitejs 

A Vue3 Starter Project With Vite And Tailwind CSS

vue-3-stackter

A Vue3 starter project setup with

  • Vite
  • vue-meta-3.0.0-alpha.8
  • Router
  • Vuex
  • Eslint
  • Prettier
  • Tailwind CSS
  • and some custom preferences.

Run this project:

yarn
yarn dev

Change site name

In App.vue change the following,

const siteName = 'Vite App' // add your site name here

Layouts

You can add layouts in your project if you want. You will find a default.vue layout example in this project.

Pages

You can add pages to your project. You will find two example pages in the pages directory (Home.vue and About.vue). Do not forget to register the pages in the router. You will also find a router/index.js file to register your pages.

Meta info

You can add meta information in your pages. Here is an example,

<script setup>
import { useMeta } from 'vue-meta'

useMeta({
    title: 'Homepage',
})
...

</script>

Download Details:

Author: shamscorner
Download Link: Download The Source Code
Official Website: https://github.com/shamscorner/vue-3-stackter

#vue #vite #tailwind #tailwindcss

Gregg  Lowe

Gregg Lowe

1619417700

Svelte + Vite + TailwindCSS = 🌸🌸🌸

Svelte + Vite + TailwindCSS = 🌸🌸🌸

Now let’s add TailwindCSS and we’ve got something real good goin on!

TailwindCSS setup: https://tailwindcss.com/docs/guides/vue-3-vite
Vite: https://vitejs.dev/

#tailwindcss #vite #svelte #tailwind