Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yacosta738/vue-typescript-decorators
Simple vue 3 + typescript + decorators libraries
https://github.com/yacosta738/vue-typescript-decorators
Last synced: 3 days ago
JSON representation
Simple vue 3 + typescript + decorators libraries
- Host: GitHub
- URL: https://github.com/yacosta738/vue-typescript-decorators
- Owner: yacosta738
- Created: 2021-05-23T22:27:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T22:32:15.000Z (over 3 years ago)
- Last Synced: 2024-10-10T16:41:46.977Z (28 days ago)
- Language: Vue
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-typescript-decorators
The purpose of this project is to demostrate how to use Typescript and Decorators in a Vue/Vuex project.## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Blog post
See [blog post](https://davidjamesherzog.github.io/2020/12/30/vue-typescript-decorators/).