https://github.com/matthrews/my-playground
My playground
https://github.com/matthrews/my-playground
Last synced: about 16 hours ago
JSON representation
My playground
- Host: GitHub
- URL: https://github.com/matthrews/my-playground
- Owner: Matthrews
- License: mit
- Created: 2021-04-14T16:24:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-14T17:34:32.000Z (over 5 years ago)
- Last Synced: 2026-07-18T18:35:33.100Z (about 16 hours ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Playground
## 创建项目
```bash
yarn create electron-app my-playground --template=typescript-webpack
```
## 开发命令
```bash
# start
yarn start
# 打包
yarn package
# make
yarn make
# 发布
yarn publish
# ESLint 检查
yarn lint
```