webapp-boilerplate

时间:2021-05-02 12:34:56
【文件属性】:
文件名称:webapp-boilerplate
文件大小:14KB
文件格式:ZIP
更新时间:2021-05-02 12:34:56
JavaScript Webapp样板 安装 假设您已经安装了git和node并且正在从头开始一个项目,请运行: git clone --depth 1 https://github.com/iclanzan/webapp-boilerplate.git my-app cd my-app npm run setup 地方发展 执行gulp watch将触发执行以下操作的开发版本: 整理脚本,样式表和html,并检查编码样式。 生成网络服务器并在默认浏览器中打开该应用程序。 将scss编译为css并自动添加供应商前缀。 预编译html(下划线)模板。 自动将脚本和样式表(包括安装的Bower依赖项)注入index.html 。 监视项目文件,并在发生更改时重新构建应用程序并刷新浏览器。 生产 不带参数运行gulp会触发生产版本进入output文件夹。 如果改用gulp zip则该应用程序也可以打
【文件预览】:
webapp-boilerplate-master
----.gitignore(40B)
----app()
--------app.js(292B)
--------components()
--------assets()
--------scripts()
--------config.js(79B)
--------index.html(825B)
--------styles()
----.eslintrc(5KB)
----package.json(1KB)
----gulpfile.js(7KB)
----LICENSE(1KB)
----README.md(2KB)
----.gitattributes(11B)
----test()
--------spec()
--------index.html(726B)
----.editorconfig(208B)

网友评论