Giter VIP home page Giter VIP logo

react_loginapp's Introduction

React_loginApp

using Redux

7/14, pm 3:00

  npm install create-react-app -g
  create-react-app {app name}

7/15 繼續完成UI花邊和伺服器端code

npm install

    npm install antd-mobile -S  // UI框架
    npm install redux -S  // redux
    npm install react-redux -S  // react-redux
    npm install react-router-dom -S  // react路由
    npm install axios -S // react請求互動
    npm install redux-thunk -S // redux中介軟體 配合redux解決非同步問題
    npm install babel-plugin-transform-decorators-legacy -D // 配合react-redux 支援@裝飾器
    npm install mongoose -D // 安裝mondoose MongoDB資料庫外掛
    npm install express -S // 基於node開發,搭建請求環境
    npm install babel-plugin-import -S antd-mobile按需載入babel外掛
    npm install body-parser -S  後臺資料介面使用者傳進來的引數解析外掛
    npm install cookie-parser -S 通過cookie儲存使用者登入狀態
    PS: 合併安裝飛起來~

    npm run eject // 釋放react關於webpack的封裝配置
    sudo brew install mongodb(我這裡是mac安裝方式,其他平臺可百度下)

react_loginapp's People

Contributors

queeniecplusplus avatar

Watchers

 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.