https://github.com/sunquakes/electron-kits
A electron kits, combined with Electron/Vue3/AntiDesign/SQLite3.
https://github.com/sunquakes/electron-kits
anti-design electron kits sqlite3 vue3
Last synced: 26 days ago
JSON representation
A electron kits, combined with Electron/Vue3/AntiDesign/SQLite3.
- Host: GitHub
- URL: https://github.com/sunquakes/electron-kits
- Owner: sunquakes
- License: apache-2.0
- Created: 2023-10-08T11:42:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T15:11:20.000Z (about 2 years ago)
- Last Synced: 2024-06-13T21:19:08.567Z (about 2 years ago)
- Topics: anti-design, electron, kits, sqlite3, vue3
- Language: Vue
- Homepage: https://ekits.sunquakes.com
- Size: 2.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
English | [π¨π³ δΈζ](https://github.com/sunquakes/electron-kits/blob/main/README_ZH.md)
# Electron Kits
## Preview
Test Account: admin
Test Password: admin
## Documentation
Visit [ekits.sunquakes.com](https://ekits.sunquakes.com).
## Quick Start
### Installing
```bash
yarn add electron-kits -g
```
### Create a Application
```bash
ekits create
cd
yarn
```
### Build Application
```bash
yarn build
```
### Test
```bash
yarn test
```
## License
[Apache-2.0 license](https://github.com/sunquakes/electron-kits/blob/main/LICENSE)