How to install tailwindlabs/heroicons. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
tailwindlabs/heroicons Installation Guide
How to install tailwindlabs/heroicons. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for tailwindlabs/heroicons. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i tailwindlabs/heroiconsor
Install via npx
npx @hexmos/ipm i tailwindlabs/heroiconsPrerequisites
Node.js
system_toolVersion: >= 16.0.0
npm
package_managerVersion: 8.1.0
yarn
package_managerVersion: 2.2.24
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
React Installation
npm install @heroicons/react
import { BeakerIcon } from '@heroicons/react/24/solid'Vue Installation
npm install @heroicons/vue
import { BeakerIcon } from '@heroicons/vue/24/solid'Post Installation Steps
- Start the server using `npm run dev`.
- Migrate your database with `npx tailwind-db:migrate`.
