Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurarakelyan/vue-ts-example
A simple example to showcase Typescript in Vue.
https://github.com/arthurarakelyan/vue-ts-example
typescript vue
Last synced: about 1 month ago
JSON representation
A simple example to showcase Typescript in Vue.
- Host: GitHub
- URL: https://github.com/arthurarakelyan/vue-ts-example
- Owner: ArthurArakelyan
- Created: 2023-02-10T16:49:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T16:53:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T05:35:33.165Z (8 months ago)
- Topics: typescript, vue
- Language: Vue
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-ts
## 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/).