webpack四、react和redux的後臺管理

turtle-admin

項目介紹

一個基於react、antd的適合二次開發的後臺管理系統。vue

主要是學習webpack4的配置,和與react、redux的搭配使用(webpack的配置參考了 create-react-appvue-element-admin ,佈局layout參考了 ant-design-pro)。react

功能

  • 登陸 / 註銷 (搭配localStorage進行權限驗證,也可使用sessionStorage)
  • react 與 redux、redux-react-router、redux-saga使用 (redux、redux-saga的轉化器 redux-helps)
  • simple例子:計數器Counter

使用

# 克隆項目
git clone https://github.com/yupeilin123/turtle-admin.git

# 安裝依賴
npm install

# 啓動服務
npm start

# 構建生成環境
npm run build

# eslint檢測
npm run lint
複製代碼

參與貢獻

很是歡迎你的貢獻,你能夠經過如下方式和咱們一塊兒共建:webpack

  • 經過 Issue bug 或進行諮詢。
  • 提交 Pull Request 改進代碼。
相關文章
相關標籤/搜索