Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bolasblack/vue-tsx-starter

Write vue and enjoy the benefits of tsx
https://github.com/bolasblack/vue-tsx-starter

jsx starter typescript vue

Last synced: 10 days ago
JSON representation

Write vue and enjoy the benefits of tsx

Awesome Lists containing this project

README

        

# vue-tsx-starter

## Usage

```
yarn dev
```

or

```
yarn build
```

[Set shell environment variable](https://www.digitalocean.com/community/tutorials/how-to-read-and-set-environmental-and-shell-variables-on-a-linux-vps) `NODE_ENV=production` to build deployable assets.

## See also

* [Render Functions & JSX](https://vuejs.org/v2/guide/render-function.html) / [渲染函数 & JSX](https://cn.vuejs.org/v2/guide/render-function.html)
* [vue-tsx-support](https://github.com/wonderful-panda/vue-tsx-support)
* [vue-class-component](https://github.com/vuejs/vue-class-component/)