{"id":18603013,"url":"https://github.com/ymfe/ykit","last_synced_at":"2025-04-12T20:45:16.994Z","repository":{"id":9443704,"uuid":"59996446","full_name":"YMFE/ykit","owner":"YMFE","description":"基于 Webpack 的灵活快速的打包工具，帮助稳定高效构建现代 JavaScript 应用。","archived":false,"fork":false,"pushed_at":"2023-01-04T04:26:10.000Z","size":4902,"stargazers_count":393,"open_issues_count":28,"forks_count":56,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-04-04T00:11:17.866Z","etag":null,"topics":["build-tool","compiler","javascript","module-loader","webpack","ykit","ymfe"],"latest_commit_sha":null,"homepage":"https://ykit.ymfe.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YMFE.png","metadata":{"files":{"readme":"README-en.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}},"created_at":"2016-05-30T09:09:51.000Z","updated_at":"2024-11-08T00:45:37.000Z","dependencies_parsed_at":"2023-01-13T15:21:39.713Z","dependency_job_id":null,"html_url":"https://github.com/YMFE/ykit","commit_stats":null,"previous_names":[],"tags_count":74,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMFE%2Fykit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMFE%2Fykit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMFE%2Fykit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMFE%2Fykit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YMFE","download_url":"https://codeload.github.com/YMFE/ykit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631688,"owners_count":21136556,"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":["build-tool","compiler","javascript","module-loader","webpack","ykit","ymfe"],"created_at":"2024-11-07T02:13:12.963Z","updated_at":"2025-04-12T20:45:16.975Z","avatar_url":"https://github.com/YMFE.png","language":"JavaScript","readme":"# YKit [![CircleCI](https://circleci.com/gh/YMFE/ykit.svg?style=shield)](https://circleci.com/gh/YMFE/ykit)\n\nYKit is a toolkit encapsulates and manages Webpack configuration for various types of web apps. It provides best practice through plugins and helps you create and customize apps through flexible config options.\n\n## Features\n\n- create project in one command\n- support react/vue/ant-design/ts/... config plugins\n- hot reloading dev server\n\n## Install\n\n- Latest version: `[sudo] npm install ykit -g`\n- Or you can choose the newest version：`[sudo] npm install ykit@next -g`\n\n## Quick Start\n\n1. `mkdir ykit-app \u0026\u0026 cd ykit-app`\n2. `ykit init`\n3. `ykit s -p 3000`\n4. Check out `http://127.0.0.1:3000/index.html`\n\nAfter setting up your project, there will be the config file called `ykit.js` in your project root directory：\n\n```javascript\nmodule.exports = {\n    plugins: [],\n    config: {\n        export: ['./scripts/index.js', './styles/index.css'],\n        modifyWebpackConfig: function (baseConfig) {\n            // edit webpack configs\n            return baseConfig;\n        }\n    },\n    hooks: {},\n    commands: []\n};\n```\n\n## Document\n\nVisit [https://ykit.ymfe.org/][1] for more doc.\n\n[1]: https://ykit.ymfe.org/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymfe%2Fykit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymfe%2Fykit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymfe%2Fykit/lists"}