Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gluons/gridsome-plugin-ts

TypeScript plugin for @gridsome.
https://github.com/gluons/gridsome-plugin-ts

gridsome gridsome-plugin ts typescript

Last synced: about 1 month ago
JSON representation

TypeScript plugin for @gridsome.

Awesome Lists containing this project

README

        

# gridsome-plugin-ts
[![GitHub](https://img.shields.io/github/license/gluons/gridsome-plugin-ts.svg?style=flat-square)](./LICENSE)
[![npm](https://img.shields.io/npm/v/gridsome-plugin-ts.svg?style=flat-square)](https://www.npmjs.com/package/gridsome-plugin-ts)
[![npm](https://img.shields.io/npm/dt/gridsome-plugin-ts.svg?style=flat-square)](https://www.npmjs.com/package/gridsome-plugin-ts)

[TypeScript](https://www.typescriptlang.org/) plugin for [Gridsome](https://gridsome.org/).

> Use [ts-loader](https://github.com/TypeStrong/ts-loader) under the hood.

## Installation

```bash
npm install -D typescript gridsome-plugin-ts
# or
yarn add -D typescript gridsome-plugin-ts
```

## Usage

```js
module.exports = {
plugins: [
{
use: 'gridsome-plugin-ts',
options: {
/* Options for `ts-loader` */
}
}
]
};
```