@uyun/metric-manage
基于 react、react-router-dom、mobx、uyd 搭建的基础脚手架。
Last updated 5 years ago by metric .
ISC · Repository ·
$ cnpm install @uyun/metric-manage 
Private package

uyun-web-template

基于 react、react-router-dom、mobx、uyd 搭建的基础脚手架。

使用

本地开发

# 默认打开 8000 端口
$ everest start

# 指定端口
$ cross-env PORT=5000 everest start

本地构建

$ everest build

目录结构

app
├── public
│   ├── frontend             # 前端资源,如 Layout
│   ├── static               # 静态资源,如 jQuery
│   └── index.html           # HTML 模版文件
├── src
│   ├── common               # 应用公用配置
│   ├── components           # 业务通用组件
│   ├── layouts              # 通用布局
│   ├── routes               # 业务页面
│   ├── services             # 后台接口服务
│   ├── stores               # 业务逻辑
│   └── utils                # 通用工具函数
├── tests                    # 测试工具
├── README.md
└── package.json

功能

模板包含基础的数据流、换肤、国际化等方案。

Current Tags

  • 0.0.8                                ...           latest (5 years ago)

8 Versions

  • 0.0.8                                ...           5 years ago
  • 0.0.7                                ...           5 years ago
  • 0.0.6                                ...           5 years ago
  • 0.0.5                                ...           5 years ago
  • 0.0.4                                ...           5 years ago
  • 0.0.3                                ...           5 years ago
  • 0.0.2                                ...           5 years ago
  • 0.0.1                                ...           5 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org