Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ts5h/clock
- Owner: ts5h
- License: mit
- Created: 2021-12-10T16:06:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T00:07:23.000Z (about 3 years ago)
- Last Synced: 2024-11-09T02:52:23.597Z (about 2 months ago)
- Topics: typescript, vue, vue3, vue3-typescript
- Language: Vue
- Homepage: https://0bjekt.co/2021/clock/
- Size: 314 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).