文件名称:Webpack样板
文件大小:39KB
文件格式:ZIP
更新时间:2024-02-25 19:31:29
boilerplate webpack es6 ES6
用法 首先将此存储库克隆到您的笔记本电脑。 您必须安装Node(> v4)和 。 cd ~ /code/ < your> git clone git@github.com:lewagon/webpack-boilerplate.git my-js-project cd my-js-project rm -rf .git yarn install stt # Open this folder in Sublime Text 确保$PATH有./node_modules/.bin ! 这样,您可以运行以下命令: eslint lib webpack-dev-
【文件预览】:
webpack-boilerplate-master
----.gitignore(61B)
----README.md(569B)
----package.json(478B)
----src()
--------index.js(41B)
----index.html(336B)
----webpack.config.js(210B)
----yarn.lock(127KB)
----lib()
--------01_types.js(0B)
----.eslintrc.json(356B)