nuxt-ts-nameof
v1.0.0
Published
A Nuxt module to add ts-nameof-loader to the rules and enable `nameof()`
Downloads
58
Readme
ts-nameof-loader
a Nuxt module that allows you to use ts-nameof-loader
which in turns lets you use the ts-nameof lib (https://github.com/dsherret/ts-nameof)
npm i ts-nameof ts-nameof-loader nuxt-ts-nameof --save-dev
Example Usage
Nuxt.config.js
export const modules = ["nuxt-typescript", "nuxt-ts-nameof"]