Original: https://github.com/taniarascia/webpack-boilerplate
$ git clone [email protected]:cmscom/webpack-boilerplate-init.git
$ cd webpack-boilerplate-init
$ npm i
開発コード
- src/index.js
- src/template.html
$ npm run start
$ npm run build
distフォルダに生成される
ビルド済みのファイルを確認
npm i -g http-server
cd dist && http-server
このパッケージを作っていく流れを記載
https://github.com/taniarascia/webpack-boilerplate を元に 2021年11月5日時点のものをコピーしたレポジトリを以下に作った https://github.com/cmscom/webpack-boilerplate-init
webpack-boilerplate-init から必要なものを変更
- config
- public
- src
- package.json
- config/*
- scr/index.js
- src/template.html
- CSS関係の設定を削除
- 属性情報の変更: "name", "version", "description"
- Original: Tania Rascia
- Customize: Manabu TERADA
This project is open source and available under the MIT License.