{"id":15377133,"url":"https://github.com/crashmax-dev/tailwind-plugin","last_synced_at":"2026-06-20T01:31:01.303Z","repository":{"id":239764135,"uuid":"800451228","full_name":"crashmax-dev/tailwind-plugin","owner":"crashmax-dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-14T17:39:06.000Z","size":1919,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T03:59:42.970Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crashmax-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-14T11:07:31.000Z","updated_at":"2024-05-14T17:39:09.000Z","dependencies_parsed_at":"2024-12-19T17:11:08.916Z","dependency_job_id":"3b0cc586-19da-4aa1-9deb-1c3476474a43","html_url":"https://github.com/crashmax-dev/tailwind-plugin","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"374eb94f4f8a24cfc65c1104ee6edda3401d9235"},"previous_names":["crashmax-dev/tailwind-plugin"],"tags_count":0,"template":false,"template_full_name":"crashmax-dev/vue-template","purl":"pkg:github/crashmax-dev/tailwind-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crashmax-dev%2Ftailwind-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crashmax-dev%2Ftailwind-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crashmax-dev%2Ftailwind-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crashmax-dev%2Ftailwind-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crashmax-dev","download_url":"https://codeload.github.com/crashmax-dev/tailwind-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crashmax-dev%2Ftailwind-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34554511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T14:09:47.116Z","updated_at":"2026-06-20T01:31:01.286Z","avatar_url":"https://github.com/crashmax-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue 3 Template\n\n## Requirements\n\n\u003e Node.js 20.12+, PNPM 9+\n\n## Stack\n\n- PNPM\n- Turborepo\n- Vite\n- Vue\n- Storybook\n\n## Scripts\n\n- `pnpm i --frozen-lockfile` — Install node dependencies\n- `pnpm dev` — Running playground (http://localhost:5173) and storybook (http://localhost:6006)\n- `pnpm build` — Building apps and packages\n- `pnpm build:packages` — Building all packages\n- `pnpm lint` — Check the linting\n- `pnpm lint:fix` — Linting and fixing\n\n## CI\n\n- Q: How do i publish packages to NPM?\n- A: Add the code below to [.github/workflows/ci.yml](.github/workflows/ci.yml) and add `NPM_TOKEN` to the GitHub repository secrets.\n\n```yaml\n- name: Publish packages to NPM\n  shell: bash\n  run: |\n    echo \"//registry.npmjs.org/:_authToken=\"${{ secrets.NPM_TOKEN }}\"\" \u003e ~/.npmrc\n    pnpm -r --filter='./packages/*' publish --access public --provenance\n```\n\nand create a configuration for `vite.config.ts`\n\n```ts\nimport { defineConfig } from 'vite'\nimport dts from 'vite-plugin-dts'\n\nexport default defineConfig({\n  plugins: [dts()],\n  build: {\n    target: 'esnext',\n    sourcemap: true,\n    minify: false,\n    emptyOutDir: false,\n    lib: {\n      entry: './src/index.ts',\n      name: 'utils',\n      fileName: 'index'\n    },\n    rollupOptions: {\n      output: {\n        exports: 'named'\n      }\n    }\n  }\n})\n```\nand you will need to specify the export in the package.json file\n```json\n{\n  \"files\": [\"dist\"],\n  \"exports\": {\n    \".\": {\n      \"types\": \"./dist/index.d.ts\",\n      \"import\": \"./dist/index.js\",\n      \"require\": \"./dist/index.umd.cjs\"\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrashmax-dev%2Ftailwind-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrashmax-dev%2Ftailwind-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrashmax-dev%2Ftailwind-plugin/lists"}