https://github.com/topthinking/vue-tsx
https://github.com/topthinking/vue-tsx
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/topthinking/vue-tsx
- Owner: Topthinking
- Created: 2022-06-02T16:14:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T16:15:26.000Z (about 4 years ago)
- Last Synced: 2024-12-19T01:27:20.333Z (over 1 year ago)
- Language: TypeScript
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-tsx
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).