Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adwardstark/clocky-vuejs

The minimal clock app built with vue.js.
https://github.com/adwardstark/clocky-vuejs

html-css-javascript vue3 vuejs

Last synced: 12 days ago
JSON representation

The minimal clock app built with vue.js.

Awesome Lists containing this project

README

        

# clocky

The minimal clock app built with vue.js.


dark
light

## 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
```