An open API service indexing awesome lists of open source software.

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

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).