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

https://github.com/gluons/template-vue-typescript

A SAO template for Vue and TypeScript.
https://github.com/gluons/template-vue-typescript

boilerplate generator sao saojs scaffolding template typescript vue vuejs

Last synced: 3 months ago
JSON representation

A SAO template for Vue and TypeScript.

Awesome Lists containing this project

README

          

# template-vue-typescript
[![license](https://img.shields.io/github/license/gluons/template-vue-typescript.svg?style=flat-square)](./LICENSE)
[![npm](https://img.shields.io/npm/v/template-vue-typescript.svg?style=flat-square)](https://www.npmjs.com/package/template-vue-typescript)
[![npm](https://img.shields.io/npm/dt/template-vue-typescript.svg?style=flat-square)](https://www.npmjs.com/package/template-vue-typescript)
[![SAO](https://img.shields.io/badge/%E2%9A%94%EF%B8%8F%20SAO-vue--typescript-ff69b4.svg?style=flat-square)](https://sao.js.org/)

A [SAO](https://sao.js.org/) template for [Vue](https://vuejs.org/) and [TypeScript](https://www.typescriptlang.org/).

## Usage

Install [SAO](https://github.com/egoist/sao) first.

```bash
yarn global add sao
# or
npm i -g sao
```

### From npm

```bash
sao vue-typescript my-project
```

### From git

```bash
sao gluons/template-vue-typescript my-project
```

## License

MIT © [Saran Tanpituckpong](https://github.com/gluons)