https://github.com/heycn/clock
https://github.com/heycn/clock
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/heycn/clock
- Owner: heycn
- Created: 2023-11-04T08:33:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-04T08:38:20.000Z (over 1 year ago)
- Last Synced: 2024-12-28T22:29:57.523Z (5 months ago)
- Language: Vue
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clock
An Electron application with Vue and TypeScript
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)
## Project Setup
### Install
```bash
$ pnpm install
```### Development
```bash
$ pnpm dev
```### Build
```bash
# For windows
$ pnpm build:win# For macOS
$ pnpm build:mac# For Linux
$ pnpm build:linux
```