Go to file Use this template
2024-11-20 15:23:32 +07:00
.vscode setup project 2024-11-20 15:23:32 +07:00
public setup project 2024-11-20 15:23:32 +07:00
src setup project 2024-11-20 15:23:32 +07:00
.editorconfig setup project 2024-11-20 15:23:32 +07:00
.gitignore setup project 2024-11-20 15:23:32 +07:00
.prettierrc.json setup project 2024-11-20 15:23:32 +07:00
eslint.config.js setup project 2024-11-20 15:23:32 +07:00
index.html setup project 2024-11-20 15:23:32 +07:00
jsconfig.json setup project 2024-11-20 15:23:32 +07:00
package.json setup project 2024-11-20 15:23:32 +07:00
pnpm-lock.yaml setup project 2024-11-20 15:23:32 +07:00
postcss.config.js setup project 2024-11-20 15:23:32 +07:00
README.md setup project 2024-11-20 15:23:32 +07:00
tailwind.config.js setup project 2024-11-20 15:23:32 +07:00
vite.config.js setup project 2024-11-20 15:23:32 +07:00

Vue + Tailwind + MynaUI (unplugin-icons)

This template should help get you started developing with Vue 3 + Tailwind CSS + MynaUI Icon with unplugin-icons component in Vite.

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

Lint with ESLint

pnpm lint