1bit-ui 中文文档教程
1bit-ui
1bit-ui 是一个 CSS 库,用于仅使用两种颜色制作复古风格的网页。
前往 1bit-ui.com 查看示例、文档和用法。
Development
您可以使用 npm 在本地服务器上加载 1bit-ui。
$ npm install
$ npm start
编辑 src/1bit-ui.css
。 这是唯一发布到 npm 的文件。 打开浏览器到 http://localhost:5000/。
如果您不熟悉 npm,可以在此处下载 Node.js 安装程序以开始使用 npm。 详细了解如何在此处使用 npm。
Publishing
您可以使用 npm 发布新版本的 1bit-ui。
npm version X.Y.Z
1bit-ui
1bit-ui is a CSS library for making retro-inspired web pages using just two colors.
Go to 1bit-ui.com for examples, documentation, and usage.
Development
You can use npm to load 1bit-ui on a local server.
$ npm install
$ npm start
Edit src/1bit-ui.css
. It's the only file that gets published to npm. Open your browser to http://localhost:5000/.
If you're unfamiliar with npm, you can download the Node.js installer here to get started with npm. Read more about how to use npm here.
Publishing
You can use npm to publish a new version of 1bit-ui.
npm version X.Y.Z