# learn vuetify tailwindcss **Repository Path**: zzuli_huahua/learn-vuetify-tailwindcss ## Basic Information - **Project Name**: learn vuetify tailwindcss - **Description**: 学习项目,vue3+js+vite+tailwindcss+vuetify,有一个登录页面 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-02 - **Last Updated**: 2023-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # essentials ## Project setup ``` # yarn yarn # npm npm install # pnpm pnpm install ``` ### Compiles and hot-reloads for development ``` # yarn yarn dev # npm npm run dev # pnpm pnpm dev ``` ### Compiles and minifies for production ``` # yarn yarn build # npm npm run build # pnpm pnpm build ``` ### Lints and fixes files ``` # yarn yarn lint # npm npm run lint # pnpm pnpm lint ``` ### Customize configuration See [Configuration Reference](https://vitejs.dev/config/).