Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lulumiproject/lulumi-browser
Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron.
https://github.com/lulumiproject/lulumi-browser
browser electron electron-vue extensions framework lightweight vue vue-cli vue-router vuejs vuejs2 vuex
Last synced: about 1 month ago
JSON representation
Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron.
- Host: GitHub
- URL: https://github.com/lulumiproject/lulumi-browser
- Owner: LulumiProject
- License: apache-2.0
- Created: 2017-01-25T04:55:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:57:38.000Z (almost 2 years ago)
- Last Synced: 2024-06-17T05:30:57.700Z (5 months ago)
- Topics: browser, electron, electron-vue, extensions, framework, lightweight, vue, vue-cli, vue-router, vuejs, vuejs2, vuex
- Language: JavaScript
- Homepage:
- Size: 10.6 MB
- Stars: 431
- Watchers: 20
- Forks: 89
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Lulumi-browser [![Dependencies Status](https://david-dm.org/LulumiProject/lulumi-browser/status.svg)](https://david-dm.org/LulumiProject/lulumi-browser) [![devDependencies Status](https://david-dm.org/LulumiProject/lulumi-browser/dev-status.svg)](https://david-dm.org/LulumiProject/lulumi-browser?type=dev)
> Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron.
If you like this and would like to support it. Check out my [patreon page](https://www.patreon.com/boik) :)
And don't forget to check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitter](https://twitter.com/qazbnm456) as well!## Build Setup
``` bash
# install dependencies
$ yarn install --ignore-engines# prebuild the vendor.dll.js, which is a must-have file that will be used across main.js, renderer.js, and about.js.
$ yarn run build:dll# serve with hot reload at localhost:9080
$ yarn run dev# build electron applications for all platforms
$ yarn run build# build the electron application for the specific target platform
$ yarn run build:darwin # macOS
$ yarn run build:linux # Linux
$ yarn run build:mas # Mac AppStore
$ yarn run build:win32 # Windows# lint all JS/Vue component files in `src/`
$ yarn run lint# lint and fix
$ yarn run lint:fix# test the electron application for production
$ yarn run test
```## API support (experimental)
- https://github.com/LulumiProject/lulumi-browser/issues/19
## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[1c165f7](https://github.com/SimulatedGREG/electron-vue/commit/1c165f7c5e56edaf48be0fbb70838a1af26bb015) and developed by [@qazbnm456](https://github.com/qazbnm456).