文件名称:home-dashi:家庭数据仪表板
文件大小:32KB
文件格式:ZIP
更新时间:2024-06-24 04:19:19
JavaScript
家大石 的数据仪表板。 先决条件 唯一棘手的一点是安装 npm。 npm 作为 Node.js 的一部分安装。 但是,安装 Node 的说明因操作系统而异。 例如,大多数 Mac 或 Windows 用户可能希望通过来自的安装程序之一安装 Node。 大多数 Linux 用户可能希望使用他们系统自己的包管理器来安装 Node.js。 查看 在撰写本文时 (2015-05-04),Node.js 的当前版本是 0.12.2。 安装 npm 后,安装 grunt 和 bower 只需: npm install -g bower grunt-cli 安装 安装依赖: npm install bower install 添加数据: home-dashi 需要两个数据文件, app/data/domestic.csv和app/data/non-domestic.csv 。 出于数据隐私
【文件预览】:
home-dashi-master
----.travis.yml(118B)
----package.json(1KB)
----test()
--------index.html(2KB)
--------spec()
----LICENSE(11KB)
----app()
--------domestic.html(12KB)
--------index.html(8KB)
--------non-domestic.html(10KB)
--------styles()
--------scripts()
----Gruntfile.js(11KB)
----.gitignore(52B)
----README.md(2KB)
----.jshintrc(294B)
----bower.json(668B)
----.editorconfig(197B)
----.gitattributes(11B)