Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adwardstark/t-minus-timer-vuejs
- Owner: adwardstark
- License: mit
- Created: 2024-03-24T10:44:13.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-24T10:57:32.000Z (8 months ago)
- Last Synced: 2024-03-25T13:36:15.004Z (8 months ago)
- Topics: html-css-javascript, vue3, vuejs
- Language: Vue
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```