Git Product home page Git Product logo

rxjs's Introduction

rxjs

operator实操练习

目录

项目介绍

|-- 
  |-- package.json    项目依赖
	|-- index.js        各种operator测试文件
  |-- xxx.html        某个operator的实际应用
  |-- xxx.css         样式文件
  |-- babel.config.js 编辑es6+代码使其可以在node中运行
  |-- nodemon.json    实时更新代码

nodemon配置注意事项

  {
    "restartable": "rs",
    "ignore": [
        ".git",
        ".svn"
    ],
    "events": {
      "start": "cls || clear"  // nodemon热刷新过程中清空之前的日志
    },
    "verbose": true,
    "execMap": {
        "js": "node --harmony"
    },
    "env": {
        "NODE_ENV": "development"
    },
    "ext": "js json",
    "ignoreRoot": [".git", ".jpg", ".whatever"] // 这个配置很重要,如果你想实现更改node_modules实时刷新,这个一定要配置
  }

项目运行

  git clone https://github.com/TinkerDeng/rxjs.git
  npm i
  npm start

rxjs's People

Stargazers

 avatar

Watchers

James Cloos 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.