https://github.com/matijaoe/favicones
✴️ Favicônes
https://github.com/matijaoe/favicones
iconify nuxt3 unocss vue
Last synced: 2 days ago
JSON representation
✴️ Favicônes
- Host: GitHub
- URL: https://github.com/matijaoe/favicones
- Owner: matijaoe
- Created: 2022-11-20T18:35:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T19:17:56.000Z (over 1 year ago)
- Last Synced: 2025-01-18T13:17:41.514Z (9 months ago)
- Topics: iconify, nuxt3, unocss, vue
- Language: Vue
- Homepage: https://favicones.vercel.app
- Size: 629 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Favicônes
## Setup
Make sure to install the dependencies:
```bash
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
pnpm run dev
```## Production
Build the application for production:
```bash
pnpm run build
```Locally preview production build:
```bash
pnpm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.