https://github.com/cyyjs/eblog
https://github.com/cyyjs/eblog
electron vue
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyyjs/eblog
- Owner: cyyjs
- Created: 2018-07-25T09:15:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:13:24.000Z (over 3 years ago)
- Last Synced: 2025-06-04T21:28:42.787Z (about 1 year ago)
- Topics: electron, vue
- Language: Vue
- Size: 2.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## RUN DEV
```bash
yarn dev
```
## RUN PROD
```bash
yarn start
```
## BUILD pack
```bash
yarn bd
```