https://github.com/codebender828/chakra-feather-fontawesome-icons-nuxt
Demo of Chakra UI Vue with icons from fontawesome and feather-icons
https://github.com/codebender828/chakra-feather-fontawesome-icons-nuxt
List: chakra-feather-fontawesome-icons-nuxt
Last synced: 5 months ago
JSON representation
Demo of Chakra UI Vue with icons from fontawesome and feather-icons
- Host: GitHub
- URL: https://github.com/codebender828/chakra-feather-fontawesome-icons-nuxt
- Owner: codebender828
- Created: 2021-01-06T05:51:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T06:01:00.000Z (over 5 years ago)
- Last Synced: 2025-11-08T13:02:44.989Z (7 months ago)
- Language: Vue
- Size: 227 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chakra UI Vue, FontAwesome, Feather Icons and Nuxt.js Demo ⚡️
Demo of how to use Chakra UI Vue with Nuxt, FontAwesome icons & Feather Icons
**Demo: https://chakra-fontawesome-feather-nuxt.vercel.app/**
> **Important:** Running this source code requires you to provide your own fontawesome token in rhe `.npmrc` file. As an alternative you can install the [`feather-icons-paths`](https://github.com/codebender828/feather-icons-paths) package to use with `@chakra-ui/vue`.
**Related**:
- Fontawesome
- Feather Icons
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).