Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).