Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adwardstark/t-minus-timer-vuejs

A simple timer app built with vuejs
https://github.com/adwardstark/t-minus-timer-vuejs

html-css-javascript vue3 vuejs

Last synced: 12 days ago
JSON representation

A simple timer app built with vuejs

Awesome Lists containing this project

README

        

# t-minus

A simple timer app built with vue.js.




## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```