项目作者: endpot

项目描述 :
View the demo
高级语言: Vue
项目地址: git://github.com/endpot/SpiderX-Frontend.git
创建时间: 2019-02-27T11:26:17Z
项目社区:https://github.com/endpot/SpiderX-Frontend

开源协议:MIT License

下载


SpiderX-Frontend

FOSSA Status

SpiderX-Frontend 是一个基于vue-admin-template 的Private-Tracker前台模板

Build Setup

  1. # 克隆项目
  2. git clone https://github.com/endpot/SpiderX-Frontend.git
  3. # 进入项目目录
  4. cd SpiderX-Frontend
  5. # 安装依赖
  6. npm install
  7. # 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
  8. npm install --registry=https://registry.npm.taobao.org
  9. # 启动服务
  10. npm run dev

浏览器访问 http://localhost:9528

发布

  1. # 构建测试环境
  2. npm run build:stage
  3. # 构建生产环境
  4. npm run build:prod

其它

  1. # 预览发布环境效果
  2. npm run preview
  3. # 预览发布环境效果 + 静态资源分析
  4. npm run preview -- --report
  5. # 代码格式检查
  6. npm run lint
  7. # 代码格式检查并自动修复
  8. npm run lint -- --fix

License

FOSSA Status