Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kukks/nuxt-ts-nameof
https://github.com/kukks/nuxt-ts-nameof
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kukks/nuxt-ts-nameof
- Owner: Kukks
- Created: 2018-10-19T14:33:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T14:48:59.000Z (about 6 years ago)
- Last Synced: 2024-12-11T01:44:14.159Z (24 days ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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](https://img.shields.io/npm/v/nuxt-ts-nameof.svg)](https://www.npmjs.com/package/nuxt-ts-nameof)
[![npm](https://img.shields.io/npm/dw/nuxt-ts-nameof.svg?colorB=ff0033)](https://www.npmjs.com/package/nuxt-ts-nameof)`npm i ts-nameof ts-nameof-loader nuxt-ts-nameof --save-dev`
### Example Usage
Nuxt.config.js
```javascript
export const modules = ["nuxt-typescript", "nuxt-ts-nameof"]
```