AngelHdz

Results 76 comments of AngelHdz

### Update I tried making a Nest.js application with TypeScript, as it includes a lot of packages and configuration ready for a TypeScript/Node environment. And managed to get Lowdb working...

I managed to get it working like this: 1. In root folder (or if you are using srcDir in Nuxt's config it would be the src folder), create a plugins...

Im new to Nuxt and to SSR. No idea. I just wanted to have Quasar as UI in Nuxt instead of Vuetify.

Yes! A button to copy to clipboard, and the corresponding **Command Palette** command.

Isn't it `icon="fas fa-user"` or simply `icon="user"`??? For me it's working with `icon="eye"` (I'm using faEye).

> @angelhdzmultimedia > > `icon="eye"` use solid icons by default but for other icons, you need to use `:icon=['far', 'icon-name']` > > See [documentation](https://github.com/FortAwesome/vue-fontawesome#using-solid-icons) ![image](https://user-images.githubusercontent.com/13524958/154003117-07fc45ed-de04-4ccc-92ae-a78a7144c667.png) > > I've created pull...