Skip to content

vvtri/nuxt3-tailwind-kit

 
 

Repository files navigation

Nuxt 3 Tailwind Kit

🚧 Work in progress

Major Dependencies

Components

Component Description Status
Button Button Component
Card Card Component
Collapsible Collapsible Component
Dropdown Dropdown Component
Select Select Component
Autocomplete Form Component
Form Form Component
Header Header Component
Icons Icons Component
Stats Statistic Component

Some components maybe not listed here. Check it out on /components folder.

Pages

Path Description Status
/ Homepage / Dashbard 🚧
/auth/login Login
/auth/register Register
/auth/forgot-password Forgot Password
/auth/reset-password Reset Password

Some page maybe not listed here. Check it out on /pages folder.

Development

We recommend to look at the documentation.

Make sure to install the dependencies

yarn install

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.

Releases

No releases published

Packages

No packages published

Languages

  • Vue 91.2%
  • TypeScript 7.4%
  • JavaScript 1.1%
  • CSS 0.3%