文件名称:mithril-starter-kit:Mithril入门工具包—使用ES6,Babel,Webpack 4,SassSCSS,Webpack开发服务器热重载和eslint的样板Mithril应用程序
文件大小:143KB
文件格式:ZIP
更新时间:2024-02-20 20:09:49
sass babel eslint es6 mithril
秘银入门套件 使用ES6,Babel,Webpack 4,Sass / SCSS,Webpack开发服务器热重载和eslint的样板Mithril应用程序 如何使用 通过使用 npx degit dhinesh03/mithril-starter-kit mithril-starter-kit or git clone https://github.com/dhinesh03/mithril-starter-kit 或 cd mithril-starter-kit npm install npm start # Webpack dev server will run and opens the app on the browser with HRM, npm run build # Compiles the app for production and all compiled files lies on dist dir. # To deploy an the application simply transfer the dist to a web server's
【文件预览】:
mithril-starter-kit-master
----config()
--------environment()
--------webpack()
----package.json(2KB)
----_config.yml(290B)
----prettier.config.js(152B)
----LICENSE(1KB)
----package-lock.json(530KB)
----src()
--------index.js(677B)
--------images()
--------view()
--------app.scss(345B)
--------index.html(229B)
----.eslintrc.js(733B)
----.gitignore(136B)
----webpack.config.js(691B)
----README.md(3KB)
----babel.config.js(565B)