Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funny-family/vue3-ts-playground
🤷 Messing up with Vuejs3, TypeScript and JSX. 😢
https://github.com/funny-family/vue3-ts-playground
composition-api jsx typescript vue vue-jsx vue3 vue3-composition-api vue3-jsx vue3-typescript vuejs
Last synced: 2 months ago
JSON representation
🤷 Messing up with Vuejs3, TypeScript and JSX. 😢
- Host: GitHub
- URL: https://github.com/funny-family/vue3-ts-playground
- Owner: funny-family
- Created: 2021-09-05T15:39:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T16:50:10.000Z (over 1 year ago)
- Last Synced: 2023-06-11T17:43:09.206Z (over 1 year ago)
- Topics: composition-api, jsx, typescript, vue, vue-jsx, vue3, vue3-composition-api, vue3-jsx, vue3-typescript, vuejs
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-playground-ts
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn dev
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).