An open API service indexing awesome lists of open source software.

https://github.com/garrett-he/copier-electron-vue

A Copier template for Electron application with Vue.js framework.
https://github.com/garrett-he/copier-electron-vue

code-generation copier electron template typescript vue

Last synced: 7 months ago
JSON representation

A Copier template for Electron application with Vue.js framework.

Awesome Lists containing this project

README

          

# copier-electron-vue

![license](https://img.shields.io/github/license/garrett-he/copier-electron-vue)
![test](https://img.shields.io/github/actions/workflow/status/garrett-he/copier-electron-vue/test.yml)

A [Copier][1] template for [Electron][2] application with [Vue.js][3] framework.

## Quickstart

1. Install the latest Copier via command:
```
pip install --user --upgrade copier copier-templates-extensions
```

2. Use command `copier` to generate a new project:
```
copier copy --trust gh:garrett-he/copier-electron-vue /path/to/destination
```

## License

Copyright (C) 2024 Garrett HE

The BSD 3-Clause License, see [LICENSE](./LICENSE).

[1]: https://github.com/copier-org/copier

[2]: https://www.electronjs.org/

[3]: https://vuejs.org/