Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gluons/gridsome-plugin-ts
- Owner: gluons
- License: mit
- Created: 2019-03-17T10:58:25.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T17:06:59.000Z (9 months ago)
- Last Synced: 2024-04-14T04:49:01.365Z (8 months ago)
- Topics: gridsome, gridsome-plugin, ts, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/gridsome-plugin-ts
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` */
}
}
]
};
```