文件名称:cobalt:钴构建框架
文件大小:194KB
文件格式:ZIP
更新时间:2024-06-17 07:46:06
static-site-generator postcss build-tool starter-kit tailwind-css
钴构建框架 Cobalt是用于构建静态项目的简单构建框架。 由@MikeBusby构建 使用 吞咽4 修女 尾风CSS PostCSS(或SCSS) 安装 需要安装Node&Yarn 用法 yarn install 运行yarn run dev并导航到http://localhost:1337 对于生产就绪的构建,运行yarn run build:production FTP部署 复制ftp-config.json.example,删除.example扩展名并添加服务器凭据。 出于安全原因,您不应提交FTP配置文件。 它会自动从存储库中排除。 部署到服务器之前,请确保先运行yarn run build:production 。 对于分段yarn run deploy:staging 用于生产yarn run deploy:production 执照 麻省理工学院。
【文件预览】:
cobalt-master
----.gitignore(139B)
----README.md(893B)
----.browserslistrc(59B)
----.eslintrc(244B)
----package.json(2KB)
----src()
--------tpl()
--------css()
--------static()
--------js()
--------data()
----.babelrc(39B)
----ftp-config.json.example(284B)
----build()
--------scss.js(1KB)
--------server.js(426B)
--------templates.js(1KB)
--------minify-img.js(957B)
--------javascript.js(623B)
--------clean-build.js(231B)
--------css.js(1KB)
--------deploy.js(1KB)
--------svg-icons.js(964B)
--------copy()
--------cache-bust.js(717B)
----tailwind.config.js(491B)
----.editorconfig(139B)
----yarn.lock(440KB)
----gulpfile.babel.js(3KB)