{"id":15511635,"url":"https://github.com/guillaumebriday/webpack-boilerplate","last_synced_at":"2025-07-09T12:46:12.304Z","repository":{"id":84163660,"uuid":"240489858","full_name":"guillaumebriday/webpack-boilerplate","owner":"guillaumebriday","description":"Webpack 4 boilterplate with Babel, SASS, PostCSS, Vue, Tailwind and Pug","archived":false,"fork":false,"pushed_at":"2021-01-24T22:27:45.000Z","size":1395,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-08T02:16:40.287Z","etag":null,"topics":["babel","postcss","pug","sass","tailwindcss","vue","webpack","webpack-dev-server"],"latest_commit_sha":null,"homepage":"https://webpack-4-boilerplate.netlify.app/","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/guillaumebriday.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"guillaumebriday"}},"created_at":"2020-02-14T11:06:35.000Z","updated_at":"2022-08-29T14:17:42.000Z","dependencies_parsed_at":"2023-03-01T08:00:37.454Z","dependency_job_id":null,"html_url":"https://github.com/guillaumebriday/webpack-boilerplate","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/guillaumebriday%2Fwebpack-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumebriday%2Fwebpack-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumebriday%2Fwebpack-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guillaumebriday%2Fwebpack-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guillaumebriday","download_url":"https://codeload.github.com/guillaumebriday/webpack-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252983776,"owners_count":21835765,"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":["babel","postcss","pug","sass","tailwindcss","vue","webpack","webpack-dev-server"],"created_at":"2024-10-02T09:53:09.176Z","updated_at":"2025-05-08T02:16:47.041Z","avatar_url":"https://github.com/guillaumebriday.png","language":"JavaScript","funding_links":["https://github.com/sponsors/guillaumebriday","https://www.paypal.me/guillaumebriday"],"categories":["JavaScript"],"sub_categories":[],"readme":"# Static HTML pages with Webpack\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/guillaumebriday)\n\n## Features\n\n- Write modern CSS with [PostCSS](https://postcss.org/) and [SCSS](https://sass-lang.com/)\n- Write modern JS with [Babel](https://babeljs.io/) and [Vue](https://vuejs.org/)\n- Preconfigured [TailwindCSS](https://tailwindcss.com/) for rapidly building custom designs\n- Automatic copying of [Pug](https://github.com/pugjs/pug) templates and static assets from `src` to `dist` folders\n- Linter for scripts\n- Hot reload with `webpack-dev-server`\n- Build transpiled, bundled, autoprefixed, minificated and compressed files for `production`\n- Support environment variables in `.env` file\n- Remove unused CSS with [PurgeCSS](https://purgecss.com/)\n\n## Usage\n\n- Write all your ES2015+ Javascript code in `src/js` and SCSS styling in `src/style`. Store static files in `public`.\n- Every Pug pages in `src/views` will generate an html page with the same name.\n\n### In development\n\nStart the webpack-dev-server on `http://localhost:8080`:\n```bash\n$ yarn hot\n```\n\nBuild the application in development mode:\n```bash\n$ yarn development\n```\n\nRecompile whenever files change:\n```bash\n$ yarn watch\n```\n\nLint your code:\n```bash\n$ yarn lint\n```\n\n### In production\n\nPrepare the app for production in `dist` folder:\n```bash\n$ yarn production\n```\n\n## Contributing\n\nDo not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.\n\n## License\n\nThis project is released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumebriday%2Fwebpack-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguillaumebriday%2Fwebpack-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumebriday%2Fwebpack-boilerplate/lists"}