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

https://github.com/lostdesign/electron-vue-starter


https://github.com/lostdesign/electron-vue-starter

Last synced: 11 months ago
JSON representation

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.

![Project Status](https://img.shields.io/badge/🏷-v0.0.1-green)

{{ 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
```