{"id":21166483,"url":"https://github.com/liushuangls/webpack-scaffolding-multipage","last_synced_at":"2026-04-09T12:01:11.856Z","repository":{"id":97719337,"uuid":"173054754","full_name":"liushuangls/webpack-scaffolding-multipage","owner":"liushuangls","description":"一个基于webpack的多页应用脚手架","archived":false,"fork":false,"pushed_at":"2019-02-28T06:29:31.000Z","size":190,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T10:11:47.626Z","etag":null,"topics":["ejs","eslint","javascript","sass","webpack"],"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/liushuangls.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":"2019-02-28T06:28:59.000Z","updated_at":"2019-03-24T15:31:45.000Z","dependencies_parsed_at":"2023-07-10T06:34:32.581Z","dependency_job_id":null,"html_url":"https://github.com/liushuangls/webpack-scaffolding-multipage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liushuangls%2Fwebpack-scaffolding-multipage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liushuangls%2Fwebpack-scaffolding-multipage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liushuangls%2Fwebpack-scaffolding-multipage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liushuangls%2Fwebpack-scaffolding-multipage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liushuangls","download_url":"https://codeload.github.com/liushuangls/webpack-scaffolding-multipage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243615557,"owners_count":20319728,"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":["ejs","eslint","javascript","sass","webpack"],"created_at":"2024-11-20T14:50:32.843Z","updated_at":"2025-12-31T00:23:11.077Z","avatar_url":"https://github.com/liushuangls.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"一个适用于官网、个人博客等多页面应用的webpack脚手架。\n\n版本：webpack4\n\n支持功能：\n- ejs模板引擎\n- es6模块化\n- eslint\n- 静态资源目录\n- sass\n- 热更新服务器\n\n使用说明：\n```\ngit clone git@github.com:liushuangls/webpack-scaffolding-multipage.git your-app-name\n\ncd your-app-name\n\ngit remote set-url origin your-git-url // 修改远程仓库地址\n\nyarn or npm i\n\nyarn run dev or npm run dev // 开发\n\nyarn run build or npm run build // 打包\n```\n\n目录结构：\n```\n├─build # webpack配置文件\n├─.babelrc # babel的配置文件\n├─.eslintrc # ESLint的配置文件\n├─.eslintignore # ESLint忽略文件\n├─package.json # npm的配置文件\n├─src # 项目源码\n    ├─pages # 此目录下的每个文件夹代表一个独立页面\n    │  ├─index\n    │  │  └─index.ejs\n    │  │  └─index.js\n    │  │  └─index.scss\n    │  ├─page1\n    │  │  └─index.ejs\n    │  │  └─index.js\n    │  │  └─index.scss\n    └─components # ejs组件\n    └─common # 公共代码和资源\n    └─assets # 静态资源文件\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliushuangls%2Fwebpack-scaffolding-multipage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliushuangls%2Fwebpack-scaffolding-multipage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliushuangls%2Fwebpack-scaffolding-multipage/lists"}