Nepxion DiscoveryUI is a web framework based on Vue for Nepxion Discovery project http://www.nepxion.com
- node.js环境(npm包管理器)
- vue-cli 脚手架构建工具
- cnpm npm的淘宝镜像
# install dependencies
npm install
# or 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# serve with hot reload at localhost:8080
npm run dev
# 打开浏览器访问 http://localhost:8080
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
也可以下载已发布版本。可以直接运行Nginx,浏览器访问http://localhost:8080,可通过Nginx配置(conf/nginx.conf)修改端口
- vue
- element-ui
- d3
- axios
- mockjs