• Introduction
  • Welcome
  • Introduction
  • Licenses
  • Getting Started
  • Installation
  • Editor Setup
  • Folder Structure
  • Starter Kit
  • Customization
  • Theme
  • Color
  • Sidebar & Topbar
  • Plugins
  • Store
  • Authentication
  • Fake-backend
  • Firebase Setup
  • Localization
  • i18n Setup
  • Layouts Settings
  • Vertical
  • Horizontal
  • Settings
  • Mode Setting
  • RTL Version
  • Components
  • TailwindCSS
  • Icons
  • Others
  • Sources & Credits
  • Changelog
  • Support
No Search Results

Starter-kit

You can use the Starter-kit if you are creating a new project. It will be time-consuming to use the full admin version for a new project as Tailwick have more than 160+ pages.

We have provided all the below pages in the Starter-kit with all the packages.

  • app
  • Layouts
  • Authentication pages
  • Error
  • Blank pages
  • Include assets folder
  • Starter-kit
  • dist // Ready for the production / build use
    plugins //Extending Tailwind with reusable third-party plugins
    src
    • app
      • common
      • components
      • layout
      • service
      • appConfig.ts
      • const.ts
      • utils.ts
    • assets
      • fonts
      • images
      • lang
      • scss
    • components //Includes components of all routes
    • layouts //Includes layouts i.e basic, boxed, cover, default, modern
    • plugins
      • components.ts // includes import of all global components
      • i18n.ts
    • router
    • store
    • views // includes entry for individual routes
    • App.vue
    • main.ts
    .env
    index.html
    package.json
    postcss.config.js
    README.md
    tailwind.config.ts
    tsconfig.json
    tsconfig.node.json
    vite.config.ts
v1.0.0
  • Demos
  • Changelog
  • Support