webpack4-starter-kit:Webpack 4入门套件

时间:2024-02-20 20:10:47
【文件属性】:

文件名称:webpack4-starter-kit:Webpack 4入门套件

文件大小:223KB

文件格式:ZIP

更新时间:2024-02-20 20:10:47

flow babel webcomponents service-worker webpack-dev-server

webpack4-starter-kit 具有webpack-dev-server配置(和Web组件)的Webpack 4。 依存关系 节点v12.16.0(或更高版本) 纱线v1.22(或更高版本)| NPM v6.13.4(或更高版本) 通过CLI安装 安装w4kit-cli npm install -g w4kit-cli 启动CLI w4kit 选择Vanilla JS 通过克隆安装 克隆此存储库 git clone https://github.com/king-prawns/webpack4-starter-kit.git [your-app-name] 删除.git文件夹并在以下位置更改详细信息: package.json src/manifest.json 安装依赖 $ cd your-app-name $ yarn 可用任务 # Runs development server (Webpack dev server) $ yarn dev # Build command $ yarn build # Lint with ESLint $ yarn lint


【文件预览】:
webpack4-starter-kit-master
----.flowconfig(237B)
----postcss.config.js(518B)
----yarn.lock(493KB)
----.stylelintrc(583B)
----.eslintrc.js(903B)
----favicon.ico(31KB)
----src()
--------manifest.json(431B)
--------index.ejs(841B)
--------lib()
--------components()
--------assets()
--------index.js(173B)
--------index.pcss(765B)
----.babelrc(270B)
----.flow()
--------html-resolver.js.flow(42B)
----.yarnrc(34B)
----config()
--------prod.js(1KB)
--------webpack.dev.conf.js(1KB)
--------webpack.prod.conf.js(3KB)
--------dev.js(1KB)
--------webpack.base.conf.js(705B)
----LICENSE(1KB)
----test()
--------.gitkeep(0B)
----README.md(2KB)
----.editorconfig(146B)
----.gitignore(79B)
----.eslintignore(13B)
----package.json(2KB)

网友评论