{"id":25656565,"url":"https://github.com/daxingplay/webpack-weex-livereload-plugin","last_synced_at":"2025-07-19T00:34:33.751Z","repository":{"id":142101731,"uuid":"77033714","full_name":"daxingplay/webpack-weex-livereload-plugin","owner":"daxingplay","description":"weex live reload plugin for webpack","archived":false,"fork":false,"pushed_at":"2017-03-15T03:41:53.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T10:05:00.771Z","etag":null,"topics":["webpack","webpack-livereload-plugin","webpack-plugin","weex"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daxingplay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-12-21T08:39:56.000Z","updated_at":"2018-03-28T02:53:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c1ee391-0778-4a06-8e8f-cc5257454970","html_url":"https://github.com/daxingplay/webpack-weex-livereload-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daxingplay/webpack-weex-livereload-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxingplay%2Fwebpack-weex-livereload-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxingplay%2Fwebpack-weex-livereload-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxingplay%2Fwebpack-weex-livereload-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxingplay%2Fwebpack-weex-livereload-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daxingplay","download_url":"https://codeload.github.com/daxingplay/webpack-weex-livereload-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daxingplay%2Fwebpack-weex-livereload-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265863793,"owners_count":23840888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["webpack","webpack-livereload-plugin","webpack-plugin","weex"],"created_at":"2025-02-23T22:39:08.342Z","updated_at":"2025-07-19T00:34:33.719Z","avatar_url":"https://github.com/daxingplay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-weex-livereload-plugin\nweex live reload plugin for webpack.\n\nThis project is heavily inspired by [webpack-livereload-plugin](https://github.com/statianzo/webpack-livereload-plugin) and [weex-tookit](https://github.com/weexteam/weex-toolkit).\n\n## Introduction\n\nLiveReload Weex Pages when running `webpack --watch`.\n\n## Pre-requirements\n\nYou need implated a WebSocket connection in your iOS/Android App with Weex ViewController.\n\nYou can refer to [Weex Playground source code](https://github.com/alibaba/weex/blob/dev/ios/playground/) for more details.\n\n## Installation\n\nInstall the package\n\n```\nnpm install --save-dev webpack-weex-livereload-plugin\n```\n\nAdd the plugin to your webpack config\n\n```js\n// webpack.config.js\n\nvar WeexLiveReloadPlugin = require('webpack-weex-livereload-plugin');\n\nmodule.exports = {\n  plugins: [\n    new WeexLiveReloadPlugin(options)\n  ]\n}\n```\n\n## Options\n\n- `port` - (Default: 8082) The desired port for the livereload server\n- `host` - (Default: `0.0.0.0`) The desired host for the WebSocket server to bind to.\n- `ignore` - (Default: `null`) RegExp of files to ignore. Null value means ignore nothing.\n- `message` - (Default: `refresh`) The WebSocket message that triggers App to refresh current weex view.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaxingplay%2Fwebpack-weex-livereload-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaxingplay%2Fwebpack-weex-livereload-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaxingplay%2Fwebpack-weex-livereload-plugin/lists"}