kibana5.6的項目目錄結構:css
bin:系統啓動腳本目錄html
config:kibana配置文件目錄node
使用方式:webpack
一、下載安裝TileMill:https://www.mapbox.com/tilemill/git
二、安裝開發版(沒找到)github
三、將maps/kibana拷貝到TileMill的MapBox\project\目錄,做爲TileMill的一個項目。web
angular.js的使用規範:建立或獲取angular 模塊均爲:app = require('ui/modules').get('app/namespace');編程
API 字段名稱採用蛇形策略 - 單詞小寫,使用下劃線'_'鏈接api
API路徑必須以/api/開頭緩存
architecture.md是建立插件的規範:
├── common/
├── public/
├── server/
└── index.js
css規範:CSS 採用 BEM 的命名方式;css樣式選擇器最好不要級聯
html規範:一個屬性佔一行。。。
js規範:採用nodejs 規範https://github.com/felixge/node-style-guide,中文版;https://github.com/dead-horse/node-style-guide
tasks:grunt任務
test
ui-framework:這是React UI組件庫,咱們能夠按照說明規範增長組件
utilities
webpackShims
Gruntfile.js:grunt配置信息