{"id":20493931,"url":"https://github.com/willtpwise/wpvue-plugin","last_synced_at":"2026-04-11T13:34:54.212Z","repository":{"id":87789242,"uuid":"117899829","full_name":"willtpwise/wpvue-plugin","owner":"willtpwise","description":"Vue.js, SCSS and JS seed for Wordpress Plugin development.","archived":false,"fork":false,"pushed_at":"2018-01-17T22:24:50.000Z","size":337,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-11T13:34:53.132Z","etag":null,"topics":["vue","webpack","wordpress"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willtpwise.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-01-17T22:21:40.000Z","updated_at":"2018-03-20T05:06:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"87fa51f4-46b1-445d-97ed-d8fb851bec25","html_url":"https://github.com/willtpwise/wpvue-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/willtpwise/wpvue-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willtpwise%2Fwpvue-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willtpwise%2Fwpvue-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willtpwise%2Fwpvue-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willtpwise%2Fwpvue-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willtpwise","download_url":"https://codeload.github.com/willtpwise/wpvue-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willtpwise%2Fwpvue-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["vue","webpack","wordpress"],"created_at":"2024-11-15T17:37:35.942Z","updated_at":"2026-04-11T13:34:54.176Z","avatar_url":"https://github.com/willtpwise.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WPVue Plugin\n\nVue.js, SCSS and JS seed for Wordpress Plugin development. Runs [Webpack 2](https://webpack.js.org/)\nwith a [BrowserSync](https://browsersync.io/) dev server.\n\n## Getting Started\nClone this repo into a local Wordpress environment's plugin directory\n\n### 1. Local config\nRename `config/local-example.json` to `config/local.json` and update the `proxy`\nto the HTTP URL of your local Wordpress install.\n\nE.g.\n```json\n{\n  \"proxy\": \"http://localhost:8000/my-site/\"\n}\n```\nMake sure to *include* a trailing slash.\n\n### 2. Install dependencies\nInstall node dependencies by running `npm install` within the plugins directory\n\n```shell\n$ npm install\n```\n\n### 3. Install the plugin\nFrom your *Wordpress admin screen* go to `Plugins \u003e Installed Plugins` and [install the plugin](http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/)\n\n### 4. Run the developer environment\nRun the `dev` command to spin up the development server. Webpack will try to proxy\nyour PHP server, so make sure MAMP (or whatever you run your local WP install with) is running.\n\n```shell\n$ npm run dev\n```\n\n## Building for production\nTo build for production (with minification, hashed URLs, etc) run the `build` command.\nOnce complete, you can optionally remove the `src` directory from the deployment package.\n\n```shell\n$ npm run build\n```\n\nNote that both the `dev` command and `build` command make use of the `dist` directory, however\nfiles generated by the `dev` command are not commited to version control (`git`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilltpwise%2Fwpvue-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilltpwise%2Fwpvue-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilltpwise%2Fwpvue-plugin/lists"}