Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bolasblack/vue-tsx-starter
- Owner: bolasblack
- Created: 2018-07-19T08:37:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T09:52:16.000Z (about 2 years ago)
- Last Synced: 2024-11-10T03:36:30.780Z (2 months ago)
- Topics: jsx, starter, typescript, vue
- Language: TypeScript
- Homepage:
- Size: 794 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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/)