GithubHelp home page GithubHelp logo

reactscaffold's Introduction

Requirements

  • 8.x <= node <= 11.x
  • npm
  • Chrome >= 70

开发环境

  • 安装依赖 npm install 或 yarn install
  • 启动 node 服务 npm start

项目结构

├─public // 模板文件
├─config // 项目配置
├─scripts // npm脚本
├─mock // mock数据
└─src
    ├─assets // 静态文件存放
    ├─commonStyles // 公共样式
    ├─components   // 公共组件
    ├─constants // 常量
    ├─layouts // 布局
    ├─pages // 页面
    ├─servers // 接口
    ├─store
    └─utils //工具方法
... // 其他配置文件

todoList

create-react-app 脚手架

[x]暴露出 webpack 配置文件 npm run eject

[x]webpack 配置自制

  • 添加 alias 和对应的 path √
  • 添加 less 和对应的 loader √
  • 删除 sass-loader √
  • 修改 eslint-loader √
  • 增加 keep 文件占位 √
  • 增加 mock 功能 x
  • dll 插件 √

[x] 添加 css 重置

[x]补充 readme 使用 tree 工具补充目录结构说明

[x]修改 eslint 及 prettier

[x] 添加 pre-commit 钩子

reactscaffold's People

Watchers

 avatar  avatar

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.