Skip to content

Extly/xt-vite-vue3-tailwindcss-starter

Repository files navigation

Extly's XT Vite Vue3 Tailwind CSS Starter

Features

Pre-packed

UI Frameworks

  • TailwindCSS
  • headlessui/vue plugin
  • tailwindcss/aspect-ratio plugin
  • tailwindcss/forms plugin
  • tailwindcss/line-clamp plugin
  • tailwindcss/typography plugin

Icons

Plugins

Coding Style

Dev tools

Standardized directory structure

  ├── public/
  └── src/
      ├── assets/                    // store static resources
      ├── common/                    // general library
      ├── components/                // general components
      ├── router/                    // routers for Vue Router
      ├── store/                     // state for Vuex
      ├── style/                     // general CSS file
      ├── utils/                     // utils function
      ├── views/                     // pages
      ├── App.vue
      ├── main.ts
      ├── shims-vue.d.ts
  ├── tests/                         // unit test
  ├── index.html
  ├── tsconfig.json                  // TypeScript config file
  ├── vite.config.ts                 // Vite config file
  └── package.json

References

About

Opinionated Vite Starter Template for Vue.js 3 + Tailwind CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published