https://github.com/lostdesign/electron-vue-starter
https://github.com/lostdesign/electron-vue-starter
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lostdesign/electron-vue-starter
- Owner: lostdesign
- License: gpl-3.0
- Created: 2021-05-05T14:26:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T10:18:44.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T23:12:36.434Z (about 1 year ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This is a template using vue and tailwind to build electron apps. Please search across the project for `appnamehere` in order to set your own app name as well as replacing the author, which currently is `lostdesign` - several references should replaces with your own account.

{{ DESCRIPTION HERE }}
**[You can download appnamehere here for free!](https://github.com/lostdesign/appnamehere/releases/latest)**
## 💖 Sponsor
The app will always be opensource and free - if you enjoy the app, please consider [becoming a sponsor or leave a tip](https://github.com/sponsors/lostdesign).
## Contributing
Please check [Contributing.md](/CONTRIBUTING.md) first before opening a pull request please.
How to run locally
1. Check your node version, it must be v15 or newer
```
node --version
```
2. Clone the repository
```
git clone https://github.com/lostdesign/appnamehere.git
```
3. Install project dependencies
```
yarn
```
4. Start the application
```
yarn electron:serve
```