文件名称:arch-js:前端工程化脚手架
文件大小:26KB
文件格式:ZIP
更新时间:2024-05-28 07:07:13
JavaScript
architecture-fe a boilerplate for fe architecture command dev npm run dev open localhost:9000 main functionalities npm scripts [dev product deploy] babel [ES6 ES5] webpack [图片、css、js等处理] jest[单元测试] vue/react 框架 file structure |- src |- |- app |- |- components |- |- global |- |- |- reset.css links
【文件预览】:
arch-js-master
----.babelrc(76B)
----package.json(1KB)
----readme.md(463B)
----sample()
--------sale.html(224B)
----src()
--------base()
--------img()
--------app()
--------global()
--------components()
--------service()
----.gitignore(38B)
----webpack()
--------dev.config.js(351B)
--------entry.js(76B)
--------prod.config.js(316B)
--------base.config.js(2KB)
----.vscode()
--------settings.json(38B)