1656507600
yarn
# or `npm install`
yarn dev
# or `npm run dev`
yarn build
# or `npm run build`
Author: huibizhang
Source code: https://github.com/huibizhang/template-vite-vanilla-tailwind-v3
License:
1656547200
yarn
# or `npm install`
yarn dev
# or `npm run dev`
yarn build
# or `npm run build`
Author: huibizhang
Source code: https://github.com/huibizhang/template-vite-react-tailwind-v3
License:
1656860400
yarn
# or `npm install`
yarn dev
# or `npm run dev`
yarn build
# or `npm run build`
Author: huibizhang
Source code: https://github.com/huibizhang/template-vite-vue-tailwind-v3
License:
1656507600
yarn
# or `npm install`
yarn dev
# or `npm run dev`
yarn build
# or `npm run build`
Author: huibizhang
Source code: https://github.com/huibizhang/template-vite-vanilla-tailwind-v3
License:
1626508130
A Vue3 starter project setup with
yarn
yarn dev
In App.vue
change the following,
const siteName = 'Vite App' // add your site name here
You can add layouts in your project if you want. You will find a default.vue
layout example in this project.
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.
You can add meta information in your pages. Here is an example,
<script setup>
import { useMeta } from 'vue-meta'
useMeta({
title: 'Homepage',
})
...
</script>
Author: shamscorner
Download Link: Download The Source Code
Official Website: https://github.com/shamscorner/vue-3-stackter
#vue #vite #tailwind #tailwindcss
1619417700
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