Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adwardstark/clocky-vuejs
- Owner: adwardstark
- License: mit
- Created: 2024-03-24T10:16:20.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-24T11:00:39.000Z (8 months ago)
- Last Synced: 2024-11-08T12:13:13.779Z (12 days ago)
- Topics: html-css-javascript, vue3, vuejs
- Language: CSS
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clocky
The minimal clock 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
```