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

https://github.com/scyth3-c/vue-electron-port

the app knock-notes for desktop with Electron.js
https://github.com/scyth3-c/vue-electron-port

Last synced: about 2 months ago
JSON representation

the app knock-notes for desktop with Electron.js

Awesome Lists containing this project

README

        

# vue and electron

[**FIREBASE WEBAPP**](https://knocknotes.web.app)
[**HEROKU WEBAPP**](https://knocknotes.herokuapp.com/)

![image](https://user-images.githubusercontent.com/52190352/144729402-b82e52ba-e181-4c8d-a8fa-387427bd2456.png)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).