https://github.com/thombruce/railgun
Vue+Gun+Electron Template
https://github.com/thombruce/railgun
Last synced: about 2 months ago
JSON representation
Vue+Gun+Electron Template
- Host: GitHub
- URL: https://github.com/thombruce/railgun
- Owner: thombruce
- License: mit
- Created: 2021-01-27T00:45:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T21:37:16.000Z (over 4 years ago)
- Last Synced: 2025-02-14T09:57:30.788Z (4 months ago)
- Language: JavaScript
- Size: 243 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Railgun
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).## Reference
- https://itnext.io/electron-application-with-vue-js-and-vuetify-f2a1f9c749b8