Giter VIP home page Giter VIP logo

management-data-information's Introduction

注意:此文档为模板文档,请根据项目实际情况修改并删除此行,【】内容修改后请删除括号。

【项目名称】

【项目简介、描述信息】

如何运行

node 版本 >=6.xx.xx
【其他】

# 安装依赖
npm install
# 或使用 yarn
yarn

# 开发
npm run dev

# 预发布(上测试)打包
npm run pre

# 发布(上线)打包
npm run build

# 发布打包分析
npm run builda

【其他说明】

项目维护

角色 人员
前端开发 【xxx】【yyy】
后端开发 【xxx】
产品经理 【xxx】
交互设计 【xxx】

需求文档说明

业务介绍

【业务描述】

页面信息

页面目录 页面描述 页面链接 参数描述
【index】 【首页】 https://xxx.com 【...】
【index】 【测试地址】 https://xxx.com/ 【...】
【index】 【线上地址】 https://xxx.com 【...】

项目结构说明

以下是举例说明,请根据实际情况修改,请删除此行。

  • /src:源代码目录
  • /dist:线上打包代码目录
  • 【其他】
.
├── .eslintrc.js  # eslint配置文件
├── .prettierrc.js  # prettier配置文件
├── build # webpack配置文件目录
├── dist # 上线打包目录
├── pre # 预发布打包目录
└── src # 源码目录
    ├── api # 公共接口、日志处理目录(代码组织方式供参考)
    ├── common  # 公共资源目录
    │   ├── css # 公共样式资源
    │   └── js  # 公共js资源
    ├── css # 页面css
    ├── img # 图片
    ├── index.html  # 入口模板
    └── js  # 业务js目录
        ├── index.js  # 入口js

其他事项

补充说明

【项目备注】

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.