Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ts5h/clock

Vue3 + TypeScript
https://github.com/ts5h/clock

typescript vue vue3 vue3-typescript

Last synced: 4 days ago
JSON representation

Vue3 + TypeScript

Awesome Lists containing this project

README

        

# Clock - 2021
An experimental graphic work using Vue3 + TypeScript + eslint + prettier
https://0bjekt.co/2021/clock/

![clock](https://user-images.githubusercontent.com/1344010/145604476-eaf82045-55bf-4e9d-8a7b-b112f2e11a81.jpg)

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

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

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