smallqiang 9808496eb9 修改配置 | há 5 anos atrás | |
---|---|---|
.. | ||
doc | há 6 anos atrás | |
excel | há 5 anos atrás | |
original_excel | há 6 anos atrás | |
sheet | há 5 anos atrás | |
.gitignore | há 6 anos atrás | |
README.md | há 6 anos atrás | |
build.bat | há 6 anos atrás | |
config.js | há 6 anos atrás | |
index.html | há 6 anos atrás | |
index.js | há 6 anos atrás | |
local.js | há 6 anos atrás | |
mongo.js | há 6 anos atrás | |
package-lock.json | há 6 anos atrás | |
package.json | há 6 anos atrás |
根据Excel文件生成对应的 Js
到 /assets/scripts/data/
目录以供客户端调用,对应的 Js
文件名为 Excel
文件名去掉 Redis
前缀后的内容,如 allstar_buildingInfo.xlsx
-> buildingInfo.js
同时把生成的 Json
数据同步到 Redis
对应以文件名命名的 Key
,如 allstar_buildingInfo.xlsx
-> allstar:buildingInfo
$ npm install
$ npm run dev