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
- Host: GitHub
- URL: https://github.com/scyth3-c/vue-electron-port
- Owner: scyth3-c
- License: mit
- Created: 2021-12-16T01:18:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T19:38:09.000Z (over 2 years ago)
- Last Synced: 2025-03-10T06:35:03.475Z (2 months ago)
- Language: Vue
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# vue and electron
[**FIREBASE WEBAPP**](https://knocknotes.web.app)
[**HEROKU WEBAPP**](https://knocknotes.herokuapp.com/)
## 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/).