Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lakshyabatman/vue-projects-on-ts

Implementation of basic Vue projects on Typescript
https://github.com/lakshyabatman/vue-projects-on-ts

Last synced: 3 days ago
JSON representation

Implementation of basic Vue projects on Typescript

Awesome Lists containing this project

README

        

# todo-vue-typescript

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Run your end-to-end tests
```
yarn test:e2e
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).