| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Nepxion DiscoveryUI is a web framework based on Vue for Nepxion Discovery project http://www.nepxion.com
参考入门教程
# 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)修改端口
| Back | FazBrowse Home | New Git URL |