Go to file
medcl 32ab59a93c update readme and project desc 2020-03-15 11:43:41 +08:00
app update copyright 2020-03-15 11:38:41 +08:00
config fix umi dev server app_root path bug 2020-03-14 17:27:08 +08:00
.gitignore ignore idea project file 2020-03-15 11:43:16 +08:00
Jenkinsfile remove input message in Jenkinsfile 2020-03-03 11:48:00 +08:00
README.md update readme and project desc 2020-03-15 11:43:41 +08:00
package.json update readme and project desc 2020-03-15 11:43:41 +08:00

README.md

极限日志分析中心

INFINI Logging Center

开发说明

开发环境准备

确保已经安装好nodejs(版本大于等于 8.5.0)环境:

node -v
npm -v

在国内,你可以安装 cnpm 获得更快速、更安全的包管理体验。使用如下命令安装:

npm install -g cnpm --registry=https://registry.npm.taobao.org

下载项目依赖包

cnpm install

启动开发模式

cnpm run dev

在浏览器中访问:http://localhost:8000

构建和部署

cnpm run build

执行该命令后会生成最终的 HTML、CSS 和 JS 到 dist 目录下。它们是浏览器可以直接识别并运行的代码,这样你就可以将它们部署到你想要的服务器上了。

新增项目依赖包

cnpm install --save md5